Page 1 of 1

Apply data from Virtual table to physical

Posted: Tue 04 Sep 2007 17:49
by gpnunes
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

Posted: Wed 05 Sep 2007 06:42
by Antaeus
You can do this using the TMSLoader component. It has the LoadFromDataset method.
Another way is the TCRBatchMove component.