How do you refresh for new data from different update source?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
damont
Posts: 1
Joined: Thu 10 Feb 2022 21:20

How do you refresh for new data from different update source?

Post by damont » 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?

pavelpd
Devart Team
Posts: 109
Joined: Thu 06 Jan 2022 14:16

Re: How do you refresh for new data from different update source?

Post by pavelpd » Fri 18 Feb 2022 11:54

Hi!

Most probably the following information will help to solve your issue: https://docwiki.embarcadero.com/RADStud ... ng_Records

If this does not help, then please create a sample application that demonstrates your issue, including all the necessary scripts for creating and populating the database, and send it to us via the e-support form: https://www.devart.com/company/contactform. html

Post Reply