Sets a database option from a string value.
public void ULSetDatabaseOptionStringW( SQLCA * sqlca, ul_database_option_id id, ul_wchar const * value )
sqlca A pointer to the SQLCA.
id The identifier for the database option to be set.
value The value of the database option.
This method prototype is used internally when you refer to ULSetDatabaseOptionString and #define the UNICODE macro on Win32 platforms. Typically, you would not reference this method directly when creating an UltraLite application.