Save or Export VT to DBF

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kaiserilich
Posts: 23
Joined: Tue 23 Mar 2010 08:36
Location: spain
Contact:

Save or Export VT to DBF

Post by kaiserilich » Tue 15 Apr 2014 14:22

Hi,

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

how I can do it that.?

thanks

8) :idea:

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Save or Export VT to DBF

Post by AlexP » Wed 16 Apr 2014 08:19

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.

Post Reply