Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote view speed w/ large data set, vs select to a cur
Message
From
30/07/2002 13:08:05
 
 
To
30/07/2002 12:38:03
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00683953
Message ID:
00684037
Views:
28
Hello,

maybe this helps,
DBSetProp('yourView', 'View', 'FetchAsNeeded', .F.)
DBSetProp('yourView', 'View', 'FetchSize', -1)
DBSetProp('yourView', 'View', 'MaxRecords', -1)
I once had the situation that i got the 'connection is busy' error
cause one of my views hadn't these properties set

Regards

Christian
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform