Delphi / Object Pascal · Database exception
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.
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.
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.