Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor with alias! - I'm confused.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00403131
Message ID:
00403141
Vues:
14
>But you only close the alias, right?
>That instruction would close also the original cursor?

That would depend on if your cursor is really a cursor or only a "filtered view" of the original table. How was the cursor created? If it's with a SQL SELECT, be sure to add the NOFILTER clause. And no, the original cursor would not be closed, just the alias that you specified. You can even close the original cursor and the new alias will still be around and accessable!
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform