Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT-SQL and how to close tables involved
Message
From
30/01/1997 04:55:00
 
 
To
29/01/1997 11:44:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00018711
Message ID:
00018801
Views:
36
>Does anyone know a way so that after a SQL statment the tables involved are closed without further coding?

No.


>My problem is that after a SELECT-SQL the tables remain opened and have problems with some other forms which use the same tables in my application.

Look at AUSED() to find out open tables.

Call it before the SQL select, and again afterwards.

Compare the two arrays and anything that's open after and not before (that isn't the results you needed!) you can delete.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform