Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connect busy message
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00102197
Message ID:
00102231
Views:
28
Eduardo,

This is usually caused by views that are sharing a single connection and running asynchronously. Only one query can execute over a single connection at once. To fix the problem, make sure your connection is not marked for asynchronous execution and that each view's FetchSize is -1 (fetch all records at once). Or, if you need asynch. execution, make sure the views aren't set to share a connection.

>I can't figure out how to get out of a "connect busy connection X" message that's forcing me to quit. I'm working with VFP5.0 and with remote views.
>Thank you for any suggestion.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform