Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy and Paste Records
Message
From
14/03/2008 18:58:37
Mike Yearwood
Toronto, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01302318
Message ID:
01302352
Views:
12
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?
Previous
Reply
Map
View

Click here to load this message in the networking platform