Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connection is busy???
Message
From
22/07/1999 15:17:20
Cheryl Qualset
Qualset Computer Consulting
Davis, California, United States
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00244897
Message ID:
00244918
Views:
15
Another thing to try is shutting off Asynchronous execution. This forces the command to finish before your app continues.

Cheryl

>Jorge,
>
>This problem usually occurs when you try to send one command over an ODBC connection when another command has not yet completed. The easiest way to fix it is to set the FetchSize for all of your views to -1 (fetch all records). You can do this using DBSETPROP() or by choosing advanced features from the query menu in the view designer.
>
>>I'm using remote views for the first time, so please bare with me :).
>>
>>I've set it up to send SQL updates. It works when I modify the table in a browse window, the update is sent, no apparent problems.
>>
>>But if I use it in a form with optimistic row buffering, I get the message "Connection is busy" the first time I issue a TableUpdate(), if I hit ignore (development environment) the program continues and then I can modify and save my changes with no problem.
>>
>>I placed the remote database on another PC in the LAN, and it's just a test copy not being used by anyone else. TIA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform