Re: Import from Access to MySql

2001-08-21 Thread Jesús Gómez
Hi all, There are a mysql fornt for windows named mysqlfront with the option of import acces databases into mysql. And it works.!! - Original Message - From: "Gabriel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 2:43 PM Subject: Impor

RE: Import from Access to MySql

2001-08-21 Thread Enda Campbell
mport from Access to MySql Anyone can tell me how can i import an access db to mysql. Thanks in advance, Gabriel. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysq

RE: Import from Access to MySql

2001-08-21 Thread Jay Fesco
Anyone can tell me how can i import an access db to mysql. Go to http://www.mysql.com/downloads/contrib.html. Many contributed tools plus a couple of macros that are run from within Access. Jay Fesco - Before posting, pleas

Re: Import from Access to MySql

2001-08-21 Thread Claudio Cicali
At 09:43 AM 8/21/01 -0300, Gabriel wrote: >Anyone can tell me how can i import an access db to mysql. > >Thanks in advance, > >Gabriel. Convert the access data into text file, comma separated (CSV) then use LOAD DATA INFILE c:\textfile INTO TABLE table_name You can get additional hints using Go

Import from Access to MySql

2001-08-21 Thread Gabriel
Anyone can tell me how can i import an access db to mysql. Thanks in advance, Gabriel.