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 and C++ Programming » API Reference » UltraLite C++ API reference » ULSqlcaBase class

 

Initialize function

Initializes this SQLCA.

Syntax
bool ULSqlcaBase::Initialize()
Returns
  • True if the SQLCA was initialized.

  • False if the SQLCA failed to initialize. This method can fail if basic interface library initialization fails. Library failure occurs if system resources are depleted.

Remarks

You must initialize the SQLCA before any other operations occur.