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.
Store a SQL-safe string in a variable for use in SQL statement construction
Marks the result as SQL-safe so it can be embedded directly into a SQL statement without additional escaping. Must be used with variable assignment (e.g. Set Variable.x = SqlSnippet "..."). Throws if not assigned to a variable.
| Parameter | Description |
|---|---|
| cmd | SQL snippet text to store as SQL-safe |
SqlSnippet "SQL snippet text to store as SQL-safe"