NewBie Question: How do I Transfer data from BDE dBase table

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
nokib8
Posts: 11
Joined: Thu 06 May 2010 21:46

NewBie Question: How do I Transfer data from BDE dBase table

Post by nokib8 » Wed 19 May 2010 08:31

and into my Firebird database?
I need to know which components used to read the content of Mydata.DBF dBase4 table file. (Was created with BDE in Delphi3)

I can't see a provider for this one.

Thanks in advance.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 20 May 2010 12:43

You can open dBase4 tables using BDE components or UniDAC components via the ODBC driver. To transfer records between databases you can use the TCRBatchMove component. This component has high performance. You can find more detailed information about TCRBatchMove in the UniDAC Help.

Post Reply