Apply data from Virtual table to physical

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
gpnunes
Posts: 7
Joined: Fri 17 Aug 2007 14:08

Apply data from Virtual table to physical

Post by gpnunes » Tue 04 Sep 2007 17:49

Hi,
I'm using SDAC and I load a XML file in a TVirtualTable, After that how can I apply this data to a physical table in a SQL Server.

Thanks
Gustavo

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 05 Sep 2007 06:42

You can do this using the TMSLoader component. It has the LoadFromDataset method.
Another way is the TCRBatchMove component.

Post Reply