Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursors and append..
Message
 
À
30/11/2006 17:11:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6
Divers
Thread ID:
01172836
Message ID:
01173915
Vues:
12
>
>SELECT * FROM table INTO CURSOR csrtemp.
>use csrtemp again in 0 alias csrtable
>select csrtable && this cursor will be read/write
>use in csrtemp
>
>
>I get error "File csrtemp.dbf does not exist."
>
>How do I do it?
SELECT * FROM table INTO CURSOR csrtemp.
use (DBF([csrtemp])) again in 0 alias csrtable
select csrtable && this cursor will be read/write
use in csrtemp
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform