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++ API 参考 » ULSqlcaBase 类

 

Initialize 函数

初始化此 SQLCA。

语法
bool ULSqlcaBase::Initialize()
返回值
  • 如果 SQLCA 已初始化,则返回 True。

  • 如果 SQLCA 初始化失败,则返回 False。如果基本接口库初始化失败,则此方法可能会失败。当系统资源耗尽时可能会发生库失败。

注释

必须先初始化此 SQLCA,然后才能执行任何其它操作。