Hello all!
When I add a record to my connected SQLite database, I want the QueryRowsListBox to refresh the data. I tried to use the SavingRow-Event, but I had no success. Is there a way to reload the data?
Hello all!
When I add a record to my connected SQLite database, I want the QueryRowsListBox to refresh the data. I tried to use the SavingRow-Event, but I had no success. Is there a way to reload the data?
You have to implement all that yourself.
Okay…thank you. I’ll try…