From: Dan Nelson Date: April 5 2002 2:42am Subject: Re: accessing MySQL database from Access List-Archive: http://lists.mysql.com/mysql/105196 Message-Id: <20020405024215.GB75339@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Apr 04), Bill Easton said: > I have a bunch of users with a MySQL database on their local > machines. > > Life would be simpler if they were able to access the MySQL database > (read only) from Microsoft Access. > > Can this be done through an ODBC connection? Can somebody tell me > how to set it up? Just install myodbc on the windows machines, set up a DSN pointing to the MySQL server, and link the tables in your Access project. -- Dan Nelson dnelson@stripped