Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy and Paste Records
Message
De
14/03/2008 18:58:37
Mike Yearwood
Toronto, Ontario, Canada
 
 
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:
01302352
Vues:
10
SELECT * FROM ORIGINALTABLE INTO CURSOR C_TEMP READWRITE

REPLACE ALL IDFIELD WITH NEWIDGENERATINGPROGRAM() IN C_TEMP

SELECT ORIGINALTABLE
APPEND FROM DBF("C_TEMP")

repeat for all tables.


>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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform