Re-executing a Query Statement String With Parameters

From InterBase

Go Up to Method 4: Query Statements With Parameters


Once a query statement string with parameters is prepared, it can be used as often as required in an application. Before each subsequent use, the input XSQLDA can be supplied with new parameter and NULL indicator data. The cursor must be closed and reopened before processing can occur.

Advance To: