Python Forum
Auto update database view
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto update database view
#1
I'm working on a program that will log data from a CAN bus (over serial) and help me reverse engineer the messages.

I'll be logging the incoming messages in a database (easy enough).

Before I reinvent the wheel and write code to keep a filtered view of the records in the database up to date, is there a prebuilt control that already does this?

I'm picturing something like a Tkinter Treeview populated by a SQL command that automatically displays any new record that is logged into the database which matches the SQL command.

I only mention Tkinter as that's what I'm familiar with ... please let me know if this would be easier in some other GUI toolkit.

TIA, J.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't get tkinter database aware cascading comboboxes to update properly dford 6 3,670 Jan-11-2022, 08:37 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020