Cancels any rows pending from the most recently executed query.
SqlCanQuery% ( sqlconn% )
where
SUCCEED (1) or FAIL (0).
Use SqlCanQuery% to cancel any unread rows that result from the most recently executed SQL query. Calling SqlCanQuery% is the same as calling SqlNextRow% until it returns nomorerows.
The SqlResults% function must return SUCCEED before an application can call SqlCanQuery%.
To ignore the results of all of the statements in the command buffer, use SqlCancel%.
SqlCancel%, SqlNextRow%, SqlResults%, SqlSend%