Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » API 参考 » UltraLite C/C++ 公共 API 参考

 

ULInitDatabaseManager

初始化 UltraLite 数据库管理器。

语法
pointer ULInitDatabaseManager( SQLCA * sqlca );
参数

sqlca   指向已初始化的 SQLCA 的指针。

在 C++ API 中使用 Sqlca.GetCA 方法。

返回值
  • 指向数据库管理器的指针。

  • 如果函数失败则为 NULL。

注释

如果以前没有初始化数据库管理器而且没有发出 Shutdown,则此函数失败。