Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append From DBF gives odd results
Message
From
25/08/2003 07:45:21
 
 
To
25/08/2003 01:28:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00822974
Message ID:
00822995
Views:
15
What happens if you append directly from TableB without going through the cursor?

Alan

>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform