Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to append from a Cursor
Message
 
To
30/08/2000 16:19:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00410983
Message ID:
00411039
Views:
21
>append from mycursor

>For some reason when I attempt this I get and error...

The reason is that append from ALWAYS looks for the table on the disk - in this case it looks for mycursor, which is NOT a table, but an alias. The name of the cursor table on the disk is dbf(mycursor), and you force the Select SQL to write a table to the disk with NOFILTER.

dz
Doru
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform