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

SQL Anywhere 11.0.0 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API Reference » ULSqlcaBase class

 

Initialize function

Synopsis
bool ULSqlcaBase::Initialize()
Remarks

Initializes this SQLCA.

You must initialize the SQLCA before any other operations occur.

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.