Obtains the value of a database property.
public void ULGetDatabasePropertyW( SQLCA * sqlca, ul_database_property_id id, ul_wchar * 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.
This method prototype is used internally when you refer to ULGetDatabaseProperty and #define the UNICODE macro on Win32 platforms. Typically, you would not reference this method directly when creating an UltraLite application.