Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ON SHUTDOWN procedure table access
Message
 
To
10/09/2004 07:08:39
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00940786
Message ID:
00940984
Views:
23
DBC, but You can check if the table is closed:
 LOCAL table_not_used
 IF .NOT. USED("YourTable")
    USE YourTable IN 0
    table_not_used = .t.
 ENDIF
 SELECT YourTable
* do whatever You want

 IF table_not_used
    USE IN YourTable
 ENDIF
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform