Show: Delphi
C++
Display Preferences
Bde.DBTables.DbiError
From XE2 API Documentation
Delphi
procedure DbiError(ErrorCode: DBIResult);
C++
extern 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.