|
Posted by Bruce A. Julseth on 03/23/07 02:58
I need to convert an MS Access database (Single Table) to MySQL (relational
set of tables). As such, I think I'm going to have to get the data from the
MS Access table and write code to convert it to MySQL. I "think" I need an
ODBC connection to the MS Access table and tools to return a recordset. Once
I have the recordset, I can break it and store in the MySQL database tables.
That should be fairly straight forward.
So, how get at the MS Access database and return a recordset? Or, can
someone point me to tutorial?
Thank you....
Navigation:
[Reply to this message]
|