Method 2: Non-query Statements With Parameters

From InterBase
Jump to: navigation, search

Go Up to DSQL Programming Methods


There are two steps to processing a SQL statement string containing a non-query statement with placeholder parameters:

  1. Create an input XSQLDA to process a statement string’s parameters.
  2. Prepare and execute the statement string with its parameters.

Topics