Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Limiting number of records from ADO queries
Message
De
24/02/1999 15:04:39
Jeroen Naus
Harte-Hanks Europe
Hasselt, Belgique
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00190989
Message ID:
00191089
Vues:
21
SELECT TOP is in the official help syntax of a foxpro sql statement. If you are using the correct ODBC driver you should be able to do it. If this doesn't work you might wanne try 'select * from ... where recno() > 100'. I know in sql server you have to do a "set rowcount = 100" first. But you're not really using sqlpasstrough nor sql server.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform