Inject SQL when running end user designed report
I have a need to insert an extra statement at the top of all SQL statements that are created as a result of the end user using the SQL wizard and running reports. I don't want the extra statement included in anything the wizard saves, just added as the last thing happening before the SQL is being sent for executing.
Does RB have events available that makes this possible?
(Typically the added statement is "turn on logging" or "index hints" for a particular SQL dialect, the SQL produced by the wizard is not modified)
Does RB have events available that makes this possible?
(Typically the added statement is "turn on logging" or "index hints" for a particular SQL dialect, the SQL produced by the wizard is not modified)