Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor with alias! - I'm confused.
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00403131
Message ID:
00403141
Views:
13
>But you only close the alias, right?
>That instruction would close also the original cursor?

That would depend on if your cursor is really a cursor or only a "filtered view" of the original table. How was the cursor created? If it's with a SQL SELECT, be sure to add the NOFILTER clause. And no, the original cursor would not be closed, just the alias that you specified. You can even close the original cursor and the new alias will still be around and accessable!
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform