|
RAD Studio VCL Reference
|
EDBEngineError is the exception class for Borland Database Engine errors.
EDBEngineError = class(EDatabaseError);
class EDBEngineError : public EDatabaseError;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|