Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No Cursor Created
Message
 
 
À
24/06/2002 19:20:09
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00671863
Message ID:
00671871
Vues:
15
>How do I test to see if a cursor was created from an SQL statement without throwing an error?

Cursor is always create if INTO CURSOR clause is specified. The _TALLY system variable stores the # of records in the cursor. You can use NOFILTER clause if you want to make sure that cursor created isn't a filtered view of the source table.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform