Method 2: Non-query Statements with Parameters (Embedded SQL Guide)

From InterBase
Jump to: navigation, search

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:

  1. Creating an input XSQLDA to process the parameters of a statement string.
  2. Preparing and executing the statement string with its parameters.

Topics