Export to MySQL?

  • Thread starter Thread starter martinmike2
  • Start date Start date
M

martinmike2

Hello, I can't install the MySQL ODBC Driver due to usage rights so I
cant use the export method. I have tried to use the MySQL GUI
Toolkit, but I cant get connected to the MySQL server I am going to
use. I have tried exporting to .txt in CSV format and importing, but
no good.

Any ideas?
 
If you can't install the ODBC driver, you can't communicate from Access to
MySQL.

Your only option becomes exporting from Access to some format MySQL will
recognize, and importing from that into MySQL. If you can't connect to the
MySQL server though, I don't see how you'd be able to do anything with it.
 
if I were you-- I'd just use a database server with a future-- SQL
Server
moving to mySQL would give you _MORE_ complexity than leaving it in
Jet.

Access Data Projects are much much simpler solution

It looks just like Access-- but you store everything in SQL Server =
'ADP'

File, New, Project (New Data), Choose a Server

-Aaron
 
Back
Top