RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EIBClientError Class

EIBClientError represents a client-specific error in an InterBase Express application.

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

Use EIBClientError to raise an exception for client-specific errors. It is raised when an application tries to use a component improperly. For example, an EIBClientError is raised when a component can't access the database because it does not have an IBDatabase component specified, attempts to edit a read-only dataset, tries to execute an empty query, and so on. 

 

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