Executing a query without a result set
From InterBase
To execute a query that does not return a result set (a query that has a SQL statement such as INSERT
, UPDATE
, or DELETE
), call ExecSQL
to execute the query.
For example:
IBQuery.ExecSQL; { query does not return a result set }