Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File is in Use message (how to release file after use)
Message
De
17/06/2004 11:57:20
 
 
À
17/06/2004 11:42:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00914640
Message ID:
00914647
Vues:
9
In addition of what Sylvain said, You can close the table after You use it (if you do that in procedure, functions):
 FUNCTION WhatEver()
   LOCAL is_sub_not_open
   IF .NOT. USED ("Sub")
      USE Sub IN 0
      is_sub_not_open = .t.
   ENDIF
   SELECT Sub
...
   IF is_sub_not_open
      USE IN Sub
   ENDIF
...  
RETURN
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