Obtains the value of a database property.
void ULGetDatabaseProperty ( SQLCA * sqlca, ul_database_property_id id, char * dst, size_t buffer-size, ul_bool * null-indicator );
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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |