|
AnyDAC
|
Returns a DBMS independent error kind.
Use the Kind property to get a DBMS independent error kind. For example, for Oracle ORA-00942 "Table or view does not exists" error, the Kind will be equal to ekObjNotExists.
Also, you can use the ErrorCode property value to use DBMS specific error code. Note, that Kind is much more limited in the error condition description, than ErrorCode.
property Kind: TADCommandExceptionKind;
|
What do you think about this topic? Send feedback!
|