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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere C++ API Reference » QAManagerFactory class

getLastError function Next Page

getLastErrorMsg function


Synopsis

qa_string QAManagerFactory::getLastErrorMsg()

Remarks

The error text associated with the last executed QAManagerFactory method.

This method returns null if QAManagerFactorygetLastError returns 0.

You can retrieve this property after catching a QAError.

See Also

getLastError function

QAError class

Returns

The error message.