TVirtualTable vs MS SQL database

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
DmitriNL
Posts: 15
Joined: Fri 26 Nov 2010 15:47

TVirtualTable vs MS SQL database

Post by DmitriNL » Tue 12 Jun 2018 15:19

Hello,

I created a project which exports a custom JSON file to a TVirtualTable and imports a JSON file from a TVirtualTable. The import and export works as expected. Now I want to synchronize the TVirtualTable with Microsoft SQL server. I'm stuck how to write the TVirtualTable data to the database. Can you please advice me how to synchronize the data from the TVirtualTable to the database?

Thank you in advance for your support.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: TVirtualTable vs MS SQL database

Post by MaximG » Mon 18 Jun 2018 11:07

The TVirtualTable component is a data storage in memory and not related to any remote or local data source. Therefore, within the given component, there is no implementation of any methods of data synchronization.

Post Reply