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

 

getLastErrorMsg function

Syntax
qa_string QAManagerBase::getLastErrorMsg()
Remarks

The error text associated with the last executed QAManagerBase method.

This method returns null if QAManagerBasegetLastError returns 0. You can retrieve this property after catching a QAError.

See Also

getLastError function

QAError class

Returns

The error message.