Previous topicNext topic
Help > XEngine_HelpComponents > HelpComponents_DataBase > DataBase_SQLite >
DataBase_SQLite_Close

函数

DataBase_SQLite_Close

功能

关闭数据库

语法

BOOL DataBase_SQLite_Close(XHDATA xhData)

参数

 参数.一:xhData
  In/Out:In
  类型:数据库句柄
  可空:N
  意思:要关闭的数据库句柄

返回值

类型:逻辑型
意思:是否成功

备注

 

示例