Bde.DBTables.DbiError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DbiError(ErrorCode: DBIResult);

C++

extern DELPHI_PACKAGE void __fastcall DbiError(System::Word ErrorCode);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables Bde.DBTables

Description

Creates and raises an EDBEngineError exception for an error code returned by the Borland Database Engine (BDE).

Call DbiError to raise an EDBEngineError for the error code passed as the ErrorCode parameter. DbiError obtains the error string from the BDE for the error and raises an EDBEngineError exception.

See Also