Re: Import Access DB into MySQL

2004-02-27 Thread Martijn Tonies
Hi, > I need to do this behind the scenes. The user will need to press a > button for the .mdb file to be imported. I can't use a thrid party > program for this. Then write your own. With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL Serve

Re: Import Access DB into MySQL

2004-02-26 Thread Martijn Tonies
> I have a .mdb file which I need to import into MySQL. This needs to be > done behind the scenes and with code. Can I use LOAD DATA INFILE where > I use the .mdb file instead of a .txt file? An "mdb" file isn't exactly the same as text, is it? You might as well use MS Word as the source ;-)

Re: Import Access DB into MySQL

2004-02-26 Thread Karam Chand
Hello I use SQLyog (http://www.webyog.com/sqlyog) to import data from my access db to MySQL. Karam --- Jacque Scott <[EMAIL PROTECTED]> wrote: > I have a .mdb file which I need to import into > MySQL. This needs to be > done behind the scenes and with code. Can I use > LOAD DATA INFILE where >

Re: Import Access DB into MySQL

2004-02-26 Thread Jacque Scott
I need to do this behind the scenes. The user will need to press a button for the .mdb file to be imported. I can't use a thrid party program for this. Thank you any way. >>> Karam Chand <[EMAIL PROTECTED]> 2/26/2004 5:22:51 PM >>> Hello I use SQLyog (http://www.webyog.com/sqlyog) to import d