Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursors and append..
Message
 
À
01/12/2006 02:26:49
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:
01174015
Vues:
14
>>>
>>>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
>>
>
>Thank you for the correction. It's so long time since I had to do this myself, so I had forgotten that the syntax was "use (dbf(csrtemp)) again" and not "use csrtemp again". Oh, why do people struggle with old versions when the newer versions are so much better and easier?

Maybe that doesn't depends of them :-)
Sometimes it is harder to explain to the person responsible for purchase that you really need this. Thank God I have no such problems. :o)
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
Répondre
Fil
Voir

Click here to load this message in the networking platform