SQL Interruption
Informix®
With Informix, it is possible to interrupt a long running query if the SQL INTERRUPT ON option.
SAP ASE
SAP® ASE supports SQL Interruption: The db
client must issue an ct_cancel()
call to interrupt a query.
Solution
The SAP ASE database driver supports SQL interruption and raises error code -213 if the statement is interrupted.