Re: accessing MySQL database from Access

2002-04-12 Thread Yvon Darang
e selected; Click OK > - You will get a Driver connect screen (which looks like the configuration > screen above) - Click OK > - You will get a list of tables. Select those you want to see through > Access. > - Voila! You can now access the tables through the Access database screen. &

RE: accessing MySQL database from Access

2002-04-05 Thread Bill Easton
john" <[EMAIL PROTECTED]> > To: "MySQL Lists" <[EMAIL PROTECTED]> > Subject: RE: accessing MySQL database from Access > Date: Fri, 5 Apr 2002 08:33:56 -0600 > > You know this sounds like a good idea, and I know this is what the utilities > are for that come

RE: accessing MySQL database from Access

2002-04-05 Thread john
John -Original Message- From: Dan Nelson [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 8:42 PM To: Bill Easton Cc: [EMAIL PROTECTED] Subject: Re: accessing MySQL database from Access In the last episode (Apr 04), Bill Easton said: > I have a bunch of users with a MySQL database on the

Re: accessing MySQL database from Access

2002-04-04 Thread Dan Nelson
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