Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select into temporary cursor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00492135
Message ID:
00492172
Vues:
19
Glad I could help.

By the way, if you want to make a "writable" cursor (and therefore not worry about unique file names) you can do the following:

SELECT INTO CURSOR mycursor
LOCAL laFields[1]
=AFIELDS(laFields)
CREATE CURSOR writable FROM ARRAY laFields
APPEND FROM DBF("mycursor")
USE IN mycursor &&Close and erase

Of course, this assumes that the original SELECT truly *did* create a temporary file and that it wasn't just a filtered view of the original table (i.e. a fully-optimized query).

Best...

--Brad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform