Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Closing a free table after using create table command
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
00984950
Message ID:
00984951
Vues:
23
>I have used the command CREATE DBF to setup a new free table. When I try to use it with the USE command, I get the error "File is in use". How do I close the dbf file created with the CREATE DBF command? I have other free tables open and I don't want them closed so I can't use the CLOSE TABLES command.
USE IN SELECT("TableAlias")
will close table with alias TableAlias and do nothing if such alias doesn't exists. If you know that alias exists than
USE IN TableAlias
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform