RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBTables.DbiError Function

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

Pascal
procedure DbiError(ErrorCode: DBIResult);
C++
DbiError(DBIResult ErrorCode);

DBTables

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. 

 

Check 

DatabaseError 

EDBEngineError

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!