Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updateable Cursor
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00365694
Message ID:
00365885
Views:
13
>when I browsed cur_temp1 it was the whole table. What is that about? Is this something with rushmore? Or did I just screw something up? :)

A little addition to George's answer, sometimes, if applicable, SQL doens't create a temporary cursor where it can just use a filtered version of the orginal table. NOFILTER will gaurantee this doens't happen. So, when you ysed DBF(), it may have just used your base table and then added the filter, thus getting you all the records in the base tbale.
Previous
Reply
Map
View

Click here to load this message in the networking platform