Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append From DBF gives odd results
Message
From
25/08/2003 01:28:42
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Append From DBF gives odd results
Miscellaneous
Thread ID:
00822974
Message ID:
00822974
Views:
45
I have the following code in a prg
SELECT TableA
ZAP

SELECT * FROM TableB INTO CURSOR C

SELECT TableA
APPEND FROM DBF('C')
Cursor C contains the following
ID VALUE
------------

1 Task 1
2 Task 2
3 Task 3
4 (empty)

After the append statement TableA contains the following
ID VALUE
------------

1 Task 3
2 Task 2
3 Task 3
4 (empty)

Can anyone see my mistake?

Thanks in advance.
David
Next
Reply
Map
View

Click here to load this message in the networking platform