RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EIBInterBaseRoleError Class

EIBInterbaseRoleError is the exception class for InterBase errors that arise when a caller's role does not have sufficient rights.

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

EIBInterbaseRoleError is raised when InterBase reports failure due to an incorrect role. 

 

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