`
v5browser
  • 浏览: 1140847 次
社区版块
存档分类
最新评论

PRB: Catastrophic Error Occurs Referencing ADO Recordset.

 
阅读更多

MS SQL Server 使用时的一个小问题,事务提交会破坏该数据库连接上的记录集。场景如下:

1. 执行一个SQL 查询,产生一个记录集。

2. 在同一个数据库连接上执行一个transact的commit或者rollback操作

3. 去查询第一步的记录集。ADO会报错:“Using ADO 2.6 and later, the error is Run-time error '-2147418113(8000ffff)': ITransaction::Commit or ITransaction::Abort was called, and the object is in a zombie state. ”

具体参看MSDN文章:http://support.microsoft.com/default.aspx?scid=kb;en-us;187942

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics