Executing the Statement to Read Data from a Blob
Go Up to Reading Data from a Blob
Once the query statement string is prepared, it can be executed:
isc_dsql_execute(status_vector, &trans, /* set by previous isc_start_transaction() call */ &stmt, /* allocated above by isc_dsql_allocate_statement() */ 1, /* da_version number */ NULL ); /* NULL since stmt doesn't have input values */
This statement creates a select list, the rows returned by execution of the statement.