The ODBCPrefix property controls error and status message text formatting for a SQL-DMO application.
object.ODBCPrefix [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | True or False |
When True, descriptive error text is prefixed by indicators of error source.
When False, SQL-DMO strips error source indicators and returns only the error message text.
Boolean
Read/write
HRESULT GetODBCPrefix(LPBOOL pRetVal);
HRESULT SetODBCPrefix(BOOL NewValue);