Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere C++ API reference » QAManagerBase class

 

getLastNativeError function

Syntax
an_sql_code QAManagerBase::getLastNativeError()
Remarks

The error code associated with the last executed QAManagerBase method.

-1 indicates no error.

For a list of values, see the QAError class.

See Also

getLastError function

Returns

The native error code.