Re: [PHP-DB] Converting MS Access to MySQL

2001-07-20 Thread John Lim
The best tool is MS Access. It has an export facility to ODBC data source. Export to a MySQL odbc dsn. Regards, John "Taylor "Cody" Fletcher" <[EMAIL PROTECTED]> wrote in message 001401c11098$25cf98c0$[EMAIL PROTECTED]">news:001401c11098$25cf98c0$[EMAIL PROTECTED]... > yeah, cut and paste, jk, i

RE: [PHP-DB] Converting MS Access to MySQL

2001-07-19 Thread Hoover, Josh
You can use ODBC to go from Access to MySQL. Get the MyODBC driver for Windows and setup your datasource so you can get to it via Access. You can do a direct export from Access to the MySQL database that way. There may be some differences, but I'm not sure of what all of them would be. Hope th

Re: [PHP-DB] Converting MS Access to MySQL

2001-07-19 Thread Taylor \"Cody\" Fletcher
yeah, cut and paste, jk, im curious too - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 2:15 PM Subject: [PHP-DB] Converting MS Access to MySQL > Can anyone suggest a good utility for converting database from MS Access to MySQL? > Tha