If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Access Losing Links to MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-27-05, 23:41
sfreincle sfreincle is offline
Registered User
 
Join Date: Jan 2005
Posts: 1
Access Losing Links to MySQL

I have an Access application with links to MySQL tables. Every time I start the application I get error messages indicating inability to read the linked tables. When I have relinked everything works fine, but eventually I log off the application and get the same problem the next time I open the application.

Exact error message is: ODBC -- Connection to "GreenSheet" failed

When I defined this connection using ODBC Datasource Administrator, the test works fine.
Reply With Quote
  #2 (permalink)  
Old 01-28-05, 04:25
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,250
it doesn't solve why access is disconnecting from MySQL (perhaps because you are committing the crime of not using a Micorsoft back end), but as a work around you could programaticaly check if the tables are linked, and if not relink through code prior to using the tables for any other purpose.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On