CloseDatabase()
Syntax
CloseDatabase(#Database)Description
Close the specified #Database (and connections/transactions if any). No further operations are allowed on this database.
Parameters
#Database The database to close. If #PB_All is specified, all remaining databases are closed.
Return value
None.
Remarks
All remaining opened databases are automatically closed when the program ends.
See Also
OpenDatabase(), OpenDatabaseRequester()
Supported OS
All