MySQL Forums
Forum List  »  Microsoft Access

Re: Since my tables grow - Access hangs on linked tables - workaround found
Posted by: Peter Steinbach
Date: February 20, 2006 07:23AM

I figured out that when I run the same statement with a where caluse, it works.

Example for the record source of a form:
"select * from table" crashes

"select * from table where id >-1" is o.k. although it returns the same recordset as all ids are greater than 0.

At least for our application this workaround works fine. I will keep you updates if I run into new problems.
Best regards

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Since my tables grow - Access hangs on linked tables - workaround found
1855
February 20, 2006 07:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.