Method 2: Non-query Statements with Parameters (Embedded SQL Guide)
Go Up to DSQL Programming Methods (Embedded SQL Guide)
There are two steps to process a SQL statement string containing a non-query statement with placeholder parameters:
- Creating an input
XSQLDAto process the parameters of a statement string. - Preparing and executing the statement string with its parameters.