ODAC

TOraErrorHandler Class

A component allowing translating of error messages.

For a list of all members of this type, see TOraErrorHandler members.

Unit

OraErrHand

Syntax

TOraErrorHandler = class(TComponent);

Remarks

TOraErrorHandler allows to translate error messages. Messages is stored in error table or can be got out of OnError event handler.

Structure of the error table must be as following:

ErrorCode   INTEGER
Constraint  VARCHAR2
Message     VARCHAR2
SenderName  VARCHAR2
ErrorClass  VARCHAR2

You can create and edit error table by ErrorHandler Editor in design time.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback