SQL adaptation guide For Genero db 3.6x, 3.8x / BDL programming |
With Informix®, it is possible to interrupt a long running query if the SQL INTERRUPT ON option.
Genero db 3.80 supports SQL Interruption in a similar way as Informix. The db client must issue an SQLCancel() ODBC call to interrupt a query.
The Genero db database driver supports SQL interruption and converts the native SQL error code -30005 to the Informix error code -213.