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 a SQL statement on the batch processor's dedicated database connection
Runs a SQL statement using the batch job connection (BatchJobConnection) rather than the main connection. Returns the first column of the first row as the result. Use this when the batch processor needs its own isolated connection to avoid interfering with the main transaction.
| Parameter | Description |
|---|---|
| cmd | SQL statement to execute |
SqlBatch "SQL statement to execute"