Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pack a cursor?
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01335982
Message ID:
01335983
Views:
21
>I am surprised that VFP does not allow packing a cursor (I get error 1115). What other method can I use to pack a cursor (get rid of deleted records)? I am guessing that I can copy non-deleted records to another cursor, then zap this one, then append from the temp one. Is this the only way?

Try
SELECT * FROM crsWhatever INTO CURSOR crsWhatever
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform