Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote view speed w/ large data set, vs select to a cur
Message
De
30/07/2002 13:08:05
 
 
À
30/07/2002 12:38:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00683953
Message ID:
00684037
Vues:
27
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform