Dear All,
I have a sqlite database being updated by my app. When I update a record set, I do not get the updated values in the table. When I select the specific record set from the table into a form, the updated record is correct. Is there a way to call a specific command to commit the changes to the sqlite so when I load the table again, I get the updated record?
Thanks,
Martin
I have a sqlite database being updated by my app. When I update a record set, I do not get the updated values in the table. When I select the specific record set from the table into a form, the updated record is correct. Is there a way to call a specific command to commit the changes to the sqlite so when I load the table again, I get the updated record?
Thanks,
Martin