| Home | How To | Online Documentation | Support | Download | Order |
|
|
int ErrNativeCode() const; Gets a native code associated with current error. Return valuesAn integer value represents a native code associated with current error. RemarksA native error code depends on a class of error. If error class is DBMS API error the ErrNativeCode method returns error code received from DBMS Server or Client. If error class is User-defined error the ErrNativeCode method returns an error code specified by user (see throwUserException method). If error class is Library error the ErrNativeCode method returns -1. To get the error class call ErrClass method. Server specific notesSee server specific documentation to get more information about DBMS API error code. See alsoErrClass, ErrText, throwUserException Problems and QuestionsIf 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. |
||||||||||||||||||