Delphi / Object Pascal · Database exception

EIBClientError Exception (IBX)

What does EIBClientError Exception (IBX) mean in Delphi / Object Pascal?

Raised for client-side misuse of IBX components rather than a server-reported error - for example a dataset component with no IBDatabase assigned, an attempt to edit a read-only dataset, or executing an empty or unprepared query.

EIBClientError Exception (IBX)Delphi (VCL) · Delphi (IBX)

Condition

Raised for client-side misuse of IBX components rather than a server-reported error - for example a dataset component with no IBDatabase assigned, an attempt to edit a read-only dataset, or executing an empty or unprepared query.

Fix

Check component wiring (Database/Transaction properties assigned, dataset opened before use) and dataset state before the failing call, since these are configuration mistakes rather than data problems.

Related database exception