Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ON SHUTDOWN procedure table access
Message
 
À
10/09/2004 07:08:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00940786
Message ID:
00940984
Vues:
22
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform