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

SQL Anywhere 11.0.1 (Français) » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference » UltraLite_DatabaseManager_iface class

 

Shutdown function

Closes all databases and releases the database manager.

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

Remarks

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).