Bde.DBTables.DbiError

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: Bde.DBTables

Delphi

procedure DbiError(ErrorCode: DBIResult);

C++

extern DELPHI_PACKAGE void __fastcall DbiError(Bde::DBIResult ErrorCode);

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