Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to convert a cursor to a DBF table
Message
From
29/01/2007 01:47:38
 
 
To
28/01/2007 23:26:49
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01189961
Message ID:
01189967
Views:
13
hi,
i hope this is what you want,
Select * From tableA  INTO cursor MYcursor>
**convert as..
Select * From tableA  INTO TABLE tableB>
>hi all,
>
>with the help of SQL i extract data from various tables and store these rows of data in a CURSOR.
>
>i want to now convert this cursor into a simple DBF file.
>
>How may i do so ?
>
>With sincere thanks in advance.
Previous
Reply
Map
View

Click here to load this message in the networking platform