Retrieves the current value of a property.
bool GetProperty( const char *name, char *value )
name The name of the property to retrieve the value of. For a list of valid property names, see SetProperty method.
value A buffer of at least DBSC_MAX_PROPERTY_LEN bytes where the value of the property is stored.
Returns true if the property was successfully retrieved.
Returns false if the property could not be retrieved. When false is returned, you can call the GetErrorInfo method to get more information about the failure. See GetErrorInfo method.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |