Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rushmore Design Flaw Heads-UP!
Message
De
08/07/1999 23:12:18
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00238826
Message ID:
00239245
Vues:
23
>The problem also exists with parameterized queries. For example,
>
>nKeyField = 1
>SELECT * FROM TESTFILE WHERE KEYFIELD = ?nKeyField
>* This works becuase nKeyField is scoped during this statment.

As you said... it depends on how Rushmore optomizes the query to create the result set... a result set you shouldn't use GO on.

If you want to be sure to use go, and want a valid reccount, be sure to use the NOFILTER keyword on the select... as I think you said in a previous message.

Remember, also, a View is just a nicley dressed SQL statement.

BOb
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform