Hello,
I see that UniDAC supports both DBF and MySQL.
I have a fairly straight forward DBF table that I need to import into a MySQL table.
The only thing I have to modify in the data is the current Date/Time format in the DBF file is: YYYYMMDDHHMM. I'll have to make this more MySQL friendly..such as: YYYY-MM-DD HH:MM:SS.
My Question.
What is the best way to handle this data transfer knowing that I have to modify the format of the date/time?
Using standard query of the DBF table (SELECT * FROM mytable), then read each row from the query result and do an insert into the MySQL table?
or is there a better way.
Thanks for any suggestions.
Regards,
Bryan
DBF to MySQL
Re: DBF to MySQL
You can use the TCRBatchMove component, that allows to transfer data between different datasets. See more details in our documentation: http://www.devart.com/unidac/docs/devar ... chmove.htm
Re: DBF to MySQL
Feel free to contact us if you have any further questions about UniDAC.