RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EIBError Class

EIBError is the exception class for InterBase errors.

Pascal
EIBError = class(EDatabaseError);
C++
class EIBError : public EDatabaseError;

Use EIBError to raise an exception when a component detects an error in the database or in the component implementation. EIBError is the base class for all errors that arise in the use of InterBase Express. Its descendants represent specific types of errors, and include EIBClientError, EIBInterBaseError, and EIBInterBaseRoleError

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!