Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to clean the open tables after select sql ?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00899364
Message ID:
00899368
Views:
11
>When we execute a select sql statement, the tables used by the select remain open. Is there a way to clean that ? And keep the ones that were already open before the select ?
>
You can use AUSED() function to get the list of open tables before and after select and closed the ones that are not in the first list.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform