A base class that is raised when MySQl server returns error as a result.
For a list of all members of this type, see EMyError members.
EMyError = class(EDAError);
EMyError is raised when MySQL Server returns error as a result, for example, of an attempt to execute invalid SQL statement. Use EMyError in an exception-handling block.
EDAError
EMyError