Execute parameterized statements
- Last UpdatedJun 17, 2024
- 1 minute read
Use the SQLSetStatement() and the SQLAppendStatement() functions to build dynamic queries. The SQLSetStatement() function starts a new SQL statement. This can be any valid SQL statement, including the name of a stored procedure. The SQLAppendStatement() function continues a SQL statement using the contents of string.