Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CLOSE DATABASE FileName
Message
From
30/05/1997 11:49:27
 
 
To
30/05/1997 11:43:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00034175
Message ID:
00034264
Views:
32
>>>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform