Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can you create a cursor with an alias?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00057358
Message ID:
00057421
Vues:
31
>can you create a cursor with an alias so that use can refer to itby an alias name like: "sele thisalias"
Timothy,

The name you give a cursor is its alias;

CREATE CURSOR MyCursor ...

will create a temporary table on disk named something like C:\temp\1283456.dbf and open it with the alias MyCursor.

SELECT Blah FROM Blah, BlahA WHERE whatever INTO CURSOR MyResult

will create a temporary table on disk named something like C:\temp\1283456.dbf and open it with the alias MyResult.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform