Method 2: Non-query Statements With Parameters
Go Up to DSQL Programming Methods
There are two steps to processing a SQL statement string containing a non-query statement with placeholder parameters:
- Create an input
XSQLDA
to process a statement string’s parameters. - Prepare and execute the statement string with its parameters.