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);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!