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
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
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
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
Anyone can tell me how can i import an access db to mysql.
Thanks in advance,
Gabriel.