Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy and Paste Records
Message
De
14/03/2008 17:53:10
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01302318
Message ID:
01302344
Vues:
10
The cursor may or may not be on disk. If it's smal enough, it will be entirely in memory.
* The Id is the record you want. Note that you may get incorrect results if you use record numbers.
SELECT * FROM tierii_chem WHERE Id = 1424 INTO CURSOR crsTemp 
SELECT <tabletoappendto>
APPEND FROM DBF("crsTemp")
>Alright I am trying the second method.
>
>I am doing:
>
>SELECT 1424 FROM tierii_chem INTO CURSOR crstemp
>
>The first record number is 1424. Am I missing something in this step?
>
>And where does the temporary cursor go?
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform