Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you best handle error 1541: 'Connection is busy'
Message
 
To
21/05/2002 12:38:20
Bob Thomsen
Fabtrol Systems, Inc
Eugene, Oregon, United States
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00659456
Message ID:
00659501
Views:
80
Bob,

I believe that this is sort of a "bug" in MS handling of remote views -- however the MSKB article, Q191343, that seems to deal with this says the behaviour is by design.

To avoid the connection busy error with remote views set maxrecords and FETCHSIZE to -1 (all). These can be set by modifying the query and going to the Query menu item --> Advanced Options page. Or by issuing things like:
=DBSetProp('ViewNameHere', 'View', 'FetchSize', -1)
=DBSetProp(ViewNameHere', 'View', 'MaxRecords', -1)
Hope this helps,

Kevin
Kevin Emmrich
www.jkt9000.com
Previous
Reply
Map
View

Click here to load this message in the networking platform