OnSQLPreExecute - cSQLExecutor
Triggered by cSQLExecutor before the program sends a SQLExecute or SQLExecDirect
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| sSQLQuery | String |
Syntax
Procedure OnSQLPreExecute String sSQLQuery
Description
Triggered by cSQLExecutor before the program sends a SQLExecute or SQLExecDirect.
OnSQLPreExecute and OnSQLPostExecute can be used to trace executed queries or perform time measurements.