Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Limiting number of records from ADO queries
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Limiting number of records from ADO queries
Divers
Thread ID:
00190989
Message ID:
00190989
Vues:
55
I am using ADO in Visual Basic 6.0 to access FoxPro tables. Is there a way to limit the number of records returned from the query? I have tried using the MaxRecords property to no avail. Some sample VB code is shown below.

Thanks for your help!

' Open connection to data source
loConnection.Open APP_CONNECTION

' Allow "abc" = "a" to be true
loConnection.Execute ("SET ANSI OFF")

' Set maximum records returned (does not work)
loRsToBll.MaxRecords = 200

' Query data source
loRsToBll.Open tcSQL, loConnection, adOpenStatic, adLockReadOnly, adCmdText
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform