Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to prevent Connection is Busy?
Message
From
27/05/2003 10:59:14
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, California, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00792932
Message ID:
00793110
Views:
34
Jess,
Try using DBSETPROP() for these properties of your views

MaxRecords &&Set to -1
FetchSize &&Set to -1
FetchAsNeeded &&Set to .F.

Check help of DBGETPROP() for descriptions of these properties. We were getting busy connections messages quite frequently until we made these changes.

Hope that helps,
---J


>How to prevent Connection is busy folks? Because from time to time, where CursorAdapter, RemoteView, or SPT, I consistently encounters this problem causing termination of processes.
Previous
Reply
Map
View

Click here to load this message in the networking platform