RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EADOError Class

EADOError is the exception class for database errors generated by ADO databases.

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

An EADOError exception is raised when a component detects a database error. Use EADOError in an exception handling block or to create a database exception. 

 

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