Page 1 of 1

How to upload record from virtual table to Mysql Server

Posted: Fri 02 Jan 2009 14:02
by ckwong
When I load XML file into virtual table, but how to transfer the record to Mysql Server ?

Posted: Mon 05 Jan 2009 09:24
by Plash
You can use the TMyLoader component and its LoadFromDataSet method, or use TCRBatchMove component to copy data from TVirtualTable to TMyTable.