RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EDBEngineError Class

EDBEngineError is the exception class for Borland Database Engine errors.

Pascal
EDBEngineError = class(EDatabaseError);
C++
class EDBEngineError : public EDatabaseError;

DBTables

EDBEngineError is raised whenever a BDE error occurs. Its Errors property contains TDBError objects. 

When EDBEngineError exceptions are raised at design time, they appear in a special dialog (in Delphi, TDBEngineErrorDlg) that displays the complete stack of BDE errors. At runtime, unhandled EDBEngineError exceptions generate the same message box as other exceptions. 

 

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