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/C++ common API reference

 

ULInitDatabaseManager

Initializes the UltraLite database manager.

Syntax
pointer ULInitDatabaseManager( SQLCA * sqlca );
Parameters

sqlca   A pointer to the initialized SQLCA.

In the C++ API use the Sqlca.GetCA method.

Returns
  • A pointer to the database manager.

  • NULL if the function fails.

Remarks

The function fails if you have not previously initialized the Database Manager and did not issue a Shutdown.