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 » Embedded SQL API Reference

ULSetDatabaseOptionString function Next Page

ULSetDatabaseOptionULong


Sets a numeric database option.

Syntax

void ULSetDatabaseOptionULong (SQLCA * sqlca,
ul_database_option_id ,
ul_u_long * value );

Parameters

sqlca    A pointer to the SQLCA.

ul_database_option_id    The identifier for the database option to be set.

value    The value of the database option.