USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Execute SQL statements produced by the collected TEXT/ENDTEXT SQL query
Runs the collected SQL and expects it to return rows where one column contains SQL statement text. Each row's SQL is concatenated and executed in order. If the collected SQL produces multiple result sets, each is processed separately. Use to implement data-driven SQL generation patterns.
| Parameter | Description |
|---|---|
| cmd | Column name in the result set that contains the SQL statement text to execute |
ExecuteGeneratedSql "Column name in the result set that contains the SQL statement text to execute"