Database migration from Access to MySQL

2009-11-23 Thread David Bowskill
Hello All The way I understand it, the first task is to dump the Access file as a CSV file and feed this into a ODBC /MySQL driver to create MySQL tables - is this correct? If this is correct, can anyone point me to a suitable ODBC driver ? If I am talking through my hat, please give me some gui

Re: Database migration from Access to MySQL

2009-11-23 Thread George Patterson
On Tue, Nov 24, 2009 at 9:39 AM, David Bowskill wrote: > Hello All > > The way I understand it, the first task is to dump the Access file as a > CSV file and feed this into a ODBC /MySQL driver to create MySQL tables > - is this correct? > > If this is correct, can anyone point me to a suitable OD