Gets a database property.
public virtual const ul_wchar * GetDatabaseProperty( const ul_wchar * propName )
propName The name of the property being requested.
A pointer to a string buffer containing the database property value is returned when run successfully; otherwise, NULL is returned.
The returned value points to a static buffer whose contents may be changed by any subsequent UltraLite call, so you must make a copy of the value if you need to save it.