Home How To Online Documentation Support Download Order

 

 

 

SACommand
SAConnection
SAException
SAField
SAParam

SAString
SADateTime
SANumeric
SAInterval

Enums and Typedefs

  

Usage

Class Members

Examples

SAException::ErrText

SAString ErrText() const;

Gets an error text.

Return values

A string of the error description.

Remarks

A error text depends on a class of error.

If error class is Library error the ErrText method returns Library-defined error text. If error class is DBMS API error the ErrText method returns an error text gotten from DBMS Server or Client. If error class is User-defined error the ErrText method returns an error text specified by user (see throwUserException method).

To get the error class call ErrClass method.

Server specific notes

No specific information.

See also

ErrClass, ErrNativeCode, throwUserException

Problems and Questions

If you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com.