[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Execute the script.
Source position: sqldb.pp line 653
public procedure TSQLScript.Execute; override; |
Execute will execute the statements specified in Script one by one, till the last statement is processed or an exception is raised.
If an error occurs during execution, normally an exception is raised. If the TSQLScript.OnException event handler is set, it may stop the event handler.
Handle errors using TSQLScript.OnException.
|
The script to execute |
|
|
Exception handling event |