N
N
Nikita072018-12-17 11:11:21
Python
Nikita07, 2018-12-17 11:11:21

How to update a table in a Python application?

Good afternoon, the essence of the question is as follows, there is a small program written in Python with a SQLite database, the GUI is implemented in Tkitner, when the user enters data in the input field and clicks the add data button, then new data appears only after the program is restarted, how to make it so that program updated in real time?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin Tsvetkov, 2018-12-17
@Nikita07

Run the data query again.
And most importantly: the added entry must meet the filter conditions.

B
Boris Syomov, 2018-12-17
@kotomyava

Just rewrote the program.
And if it was a question of what exactly needs to be changed in the program, then, alas, it cannot be answered without seeing the source code.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question