Icon OnQueryError Event

property OnQueryError: TAbortErrorEvent

Usage

The OnQueryError event is fired whenever there is an error of any kind encountered in the preparation or execution of an SQL statement. This event is especially useful for scripts that contain multiple SQL statements since this event offers the ability to continue with a script even though one of the SQL statements has encountered an error.
Image