TADDBError represents AnyDAC / DBMS errors, warnings and messages for the EADDBEngineException exception class.
uADStanError
The TADDBError object is a container for the information pertaining to one database error, warning or message. One or more TADDBError objects are contained in the Errors property of the EADDBEngineException object.
Each item is represented by the:
Some of the AnyDAC drivers are implementing own TADDBError descendant classes. For example, Microsoft SQL Server driver implements TADMSSQLError class with four additional properties.
TADDBError = class(TObject);
|
What do you think about this topic? Send feedback!
|