Executing a query without a result set
Go Up to Executing a query at runtime
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 }