Determines the error code returned by the server.
Class
EDAError
Syntax
property ErrorCode: integer;
Remarks
Use the ErrorCode property to determine the error code returned by MySQL. This value is always positive.
See MySQL server Reference Manual.
See Also