Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CLOSE DATABASE FileName
Message
De
30/05/1997 11:49:27
 
 
À
30/05/1997 11:43:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00034175
Message ID:
00034264
Vues:
30
>>>>How can I close a specific database only?
>>>>CLOSE DATABASE FileName
>>>>Doesn't seem to be a valid command.

>>What you want is two commands back to back:
>>
>>SET DATABASE TO cDatabaseName
>>CLOSE DATABASES

>Try SET DATABASE TO nextdatabase

"SET DATABASE TO cDatabaseName" changes changes the current database - more than one can be loaded, and one given database current, just like tables. To close a given database, first switch to that database (here, I'm assuming it's not current), then issue "CLOSE DATABASES", which closes that database and its components.

C'est claire?
David M. Stowell
Ravenslake Consulting
Chicago, Illinois

e-mail: davidstowell@ravenslakeconsulting.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform