ULGetDatabaseProperty function

Obtains the value of a database property.

Syntax
void ULGetDatabaseProperty (
SQLCA * sqlca,
ul_database_property_id id,
char * dst,
size_t buffer-size,
ul_bool * null-indicator
);
Parameters

sqlca   A pointer to the SQLCA.

id   The identifier for the database property.

dst   A character array to store the value of the property.

buffer-size   The size of the character array dst.

null-indicator   An indicator that the database parameter is null.

See also