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 .NET API reference » iAnywhere.QAnywhere.Client namespace (.NET 2.0) » QAManagerBase interface

 

LastError property

The error code associated with the last executed QAManagerBase method.

Syntax
Visual Basic
Public Readonly Property LastError As Integer
C#
public int LastError {get;}
Return value

The error code.

Remarks

A value of 0 indicates no error. You can retrieve this property after catching a QAException class.

See also