Collection Contents Index ULSetDatabaseID function Next PDF

UltraLiteŽ - C and C++ Programming
  Embedded SQL API Reference
ULSetDatabaseOptionString function


Description

Sets a database option from a string value.

Prototype

void ULSetDatabaseOptionString (SQLCA * sqlca,
ul_database_option_id,
ul_char * 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.


Collection Contents Index ULSetDatabaseID function Next PDF