RE: [PHP] Importing MS Access into MySQL?

2001-01-29 Thread Jon Snell
There are a few ways to do this... 1) Save your data to a comma separated list and use the import features of mysql. This is the easiest option for one time use. 2) Use MyODBC, create a link table, and paste the rows into it. This is one of the easier options if you plan on doing it

RE: [PHP] Importing MS Access into MySQL?

2001-01-29 Thread Maxim Maletsky
just what my problem was 2 month ago... here we go: http://dbtools.vila.bol.com.br/ this little toy will seat on your windows machine administering your mySQL database. It has an MSAccess-mySQL import feature very easy to use. Try to do so and check if your data went transferred ok. NOTE: