IBX.IB.IBDataBaseError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure IBDataBaseError(FGDSLibrary : IGDSLibrary);

C++

extern DELPHI_PACKAGE void __fastcall IBDataBaseError(Ibx::Ibintf::_di_IGDSLibrary FGDSLibrary);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IB.pas
IBX.IB.hpp
IBX.IB IBX.IB

Description

Interprets the SQLCode and IBErrorCode status and passes it to the EIBInterBaseError exception.

Use the IBDataBaseError procedure to look at the status vector, interpret the SQLCode and IBErrorCode status, construct the status string, and pass it to the EIBInterBaseError exception.