Page 1 of 1

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

Posted: Wed 19 May 2010 08:31
by nokib8
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.

Posted: Thu 20 May 2010 12:43
by Dimon
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.