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.