Connection is busy with results for another hstmt

This error is generally resolved by enabling Multiple Active Statements Emulation, also known as MASE, in your data source configuration. This uses the OpenLink Cursor Library to emulate multiple statement execution, with a small performance penalty.


If connecting to Microsoft SQL Server 2005 or later, you may prefer to use its built-in Multiple Active Result Sets feature, which does not carry the performance penalty of MASE.