Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy a Cursor and its indexes
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01129043
Message ID:
01129057
Views:
12
>If I have a cursor, how can I make a readwrite copy of it along with all the indexes?
>
>Thanks
>
>Brenda

What cursor?
If you get this cursor from SELECT statement just add READWRITE at the end:
SELECT ..... INTO CURSOR cTest READWRITE
and you will get a writable cursor. Any other cursors are readwrite by deafult.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform