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 » UltraLite_DatabaseManager_iface class

 

Shutdown function

Synopsis
void UltraLite_DatabaseManager_iface::Shutdown(
  ULSqlcaBase & sqlca
)
Parameters
  • sqlca   The initialized sqlca.

Remarks

Closes all databases and releases the database manager.

Any remaining associated objects are destroyed. After calling this function, the database manager can no longer be used (nor can any other previously obtained objects).