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)
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.