Method 3: Query Statements Without Parameters (Embedded SQL Guide)
Go Up to DSQL Programming Methods (Embedded SQL Guide)
There are three steps to processing a SQL query statement string without parameters:
- Preparing an output
XSQLDAto process the select-list items returned when the query is executed. - Preparing the statement string.
- Using a cursor to execute the statement and retrieve select-list items from the output
XSQLDA.