Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Merging tables
Message
 
To
12/04/2000 10:50:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00358677
Message ID:
00358690
Views:
12
>I have created two cursors and I need to merge them. I tried to use the append from command, but I got the error message "cannot update the cursor".
>
>Is there a way to force the update, or is there another method for merging the two tables.

Joshua,
Say, you have cursor1 and cursor2

USE DBF("cursor1") in 0 AGAIN alias cursor3 && make the cursor updatable
SELECT cursor3
append from DBF("cursor2")

Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform