Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Write Cursor to a New Table
Message
 
To
12/02/2009 20:44:50
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01381481
Message ID:
01381482
Views:
70
>Hi.
>I've imported data from an excel file into a Cursor created with CREAT CURSOR.
>I have loaded the cursor data into a grid for maintenance, where needed.
>Now I want to write the cursor into a table on disk.
>Is there a simple way to do that without using AFIELDS(cursorname) and then
>CREATE TABLE from array ?
>
>Thanks in advance!

A cursor works just like a table.

Select mycursor

copy to c:\myPath\mytable.dbf

That's all there is.
____________________________________

Don't Tread on Me

Overthrow the federal government NOW!
____________________________________
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform