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

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » UltraLite C/C++ Common API Reference

ULInitDatabaseManager Next Page

ULInitDatabaseManagerNoSQL


Initialize the UltraLite database manager and exclude support for processing SQL statements (this can significantly reduce the application run time size).

Syntax

pointer ULInitDatabaseManagerNoSQL( SQLCA * sqlca );

Parameters

sqlca    A pointer to the initialized SQLCA.

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

Returns
Remarks

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

The application must access data through the Table API and cannot use SQL statements. You cannot use the call if the database schema contains publication predicates; use ULInitDatabaseManager instead.