Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor to Table
Message
From
19/06/2008 02:30:47
 
 
To
19/06/2008 01:52:25
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01325348
Message ID:
01325351
Views:
15
>Hi:
>
>After I create a cursor from ADIR (or rather from Sergey's _CDIR) how do I get this into a VFP table?

When the table does not exist yet, you can "Select * From theCursor Into Table theTable".
When it's an existing table, you can "Insert Into theTable Select * From theCursor" or use Append From.


hth
-Stefan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform