Page 1 of 1

Save or Export VT to DBF

Posted: Tue 15 Apr 2014 14:22
by kaiserilich
Hi,

I need to export / save as "dbf" format the virtual table.

how I can do it that.?

thanks

8) :idea:

Re: Save or Export VT to DBF

Posted: Wed 16 Apr 2014 08:19
by AlexP
Hello,

TVirtualTable allows to save data in XML and VTD (internal) formats. To move data to a DBF table, you should additionally use data access components (for example, UniDAC). To move data between DataSets in UniDAC, you can use the CRBatchMove or TUniLoader components.