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 and assign its columns to named variables
Runs a SQL statement, reads the first row of the result, and assigns each column value to the corresponding variable name. Columns are matched to variable names by position. Variables are created or updated in the variable collection.
| Parameter | Description |
|---|---|
| cmd | Comma-separated list of variable names (matched to result columns left to right) |
| Argument 0 | SQL statement to execute |
SqlSet "Comma-separated list of variable names (matched to result columns left to right)", "SQL statement to execute"