How do you refresh for new data from different update source?
Posted: Thu 10 Feb 2022 21:28
I am using unidac on a mysql db. I am viewing data with table and clientdataset setup, i am running some routines for the user and updating data for that clientdataset - inserting new records specifically - using a sqlquery and insert statments. But when the processes is over and i try to locate the new records, they cannot be found. Only closing and reopening the program will find them. Refreshing the clientdataset does not help. What am i missing?