PC Review


Reply
Thread Tools Rate Thread

Access front end linked tables to MySQL without ODBC?

 
 
New Member
Join Date: Aug 2009
Posts: 1
 
      14th Aug 2009
Hi all.

I have a MySQL database hosted on my ISP and have been using Access for simple queries and reports. Linked tables through ODBC.

Now I need to do more serious stuff and the fact that my ISP has a 10 second timeout on the ODBC connections is really getting me upset. First thing I did was talk to them but they don't wanna hear about it. They seem to think persistent connections are a big issue for a shared server.

So I used DoEvents to simulate forking out a thread; in the DoEvents loop I count to 5 sec. and run a quick count(*) query on a linked table. This way I'm able to keep the connection open for very long periods, even hours at a time.

The problem happens when my user does anything on my forms that hatls execution, and the code can't return to the DoEvents loop in time for a new hit. Simple things like holding the scroll bar with the mouse, or holding open a combo box. They don't have to do it for very long, it's all a matter of timing.

Anyway, I've racked my brains - and the web - and can't find a way to make this solution more stable. A persistent connection over ODBC when your DBA doesn't want it is poor solution, anyway.

Is there a way to create and maintain the linked tables WITHOUT using ODBC? Something my ISP wouldn't frown at?

Thanks for your attention.
Rgds.
Eduardo Baldino
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create Linked tables in access db without ODBC Terence C Microsoft Access VBA Modules 18 16th Apr 2010 09:01 PM
Access front end via ODBC to MySQL Steve Woodward Microsoft Access 2 18th Jan 2010 12:23 PM
Union Queries on ODBC (V FoxPro) linked tables generate error from .mdb front end. Michael Edwards Microsoft Access Queries 8 26th Dec 2006 06:51 AM
Union Queries on ODBC (V FoxPro) linked tables generate error from .mdb front end. Michael Edwards Microsoft Access External Data 1 25th Feb 2005 03:39 AM
Access ODBC Linked Tables Dave Ruhl Microsoft Access 2 25th Mar 2004 07:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:34 PM.