export from access to mySQL?

A

Adrian Leontovich

My employer has several DBs including Access and mySQL (on different servers
obviously)... he wants certain queries and tables duplicated on the mySQL
DB... short of manually recreating all of the data and procs, can anyone
tell me if there is a way to export data and structure from Access, and
import them to a mySQL DB? Are there utilities?
 
L

Larry Linson

I cannot tell you what kind of permissions you need to create tables in
MySQL, but if you have the proper permisions, you may be able to do what you
want in one of two ways:

-- Link to the MySQL Database and execute an Access
MakeTable query

-- Manually create the table, record, and field structure in
MySQL, link to this table, and execute an Access
Append Query

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top