ACCESS and MySQL

bodylojohn

Registered User.
Local time
Today, 10:53
Joined
Dec 28, 2005
Messages
205
Hello everybody,

Who can help me.
I want to access a MySQL database with ms access.
I cant seem to get it.

Please help me.

Thanks in advance,
John
 
Linked Tables

install mysql odbc driver 3.51

setup odbc connection (control panel, adminstrative tools, odbc, system dsn tab) put in mysql server host name, username, password, database

open access
right click on the table section, select link tables, files of type select odbc, select the odbc connection you created.

there is an issue with records locking every once in a while but if you viewing data it works fine.
 
There are also some differences with the tables that you may run into. Are you converting are using an existing database?
 

Users who are viewing this thread

Back
Top Bottom