CloseDatabase()

语法

CloseDatabase(#Database)
概要
Close the specified #Database (and connections/transactions if any). No further operations are allowed on this database.

参数

#Database The database to close. If #PB_All is specified, all remaining databases are closed.

返回值

无.

Remarks

All remaining opened databases are automatically closed when the program ends.

参阅

OpenDatabase(), OpenDatabaseRequester()

已支持操作系统

所有

<- CheckDatabaseNull() - Database Index - DatabaseColumnIndex() ->