|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ZombieCheckWe develop using .net 2.0 with SQL 2000 DB.
We randomly receive an error: System.Data.SqlClient.SqlTransaction.ZombieCheck(). Does anybody have any idea ot why this happens? Thanks i got this error when try to save a record:
System.InvalidOperationException: This SqlTransaction has completed; it is no longer usable. at System.Data.SqlClient.SqlTransaction.ZombieCheck() at System.Data.SqlClient.SqlTransaction.Rollback() at MediaBuyingCls.addMediaBuyingDirectInter(DataTable dtMbm, DataTable dtMbd, String& mediaOrderNo) at MediaBuyingPress.btnSubmit_Click(Object sender, EventArgs e) --- Posted via DotNetSlackers.com Seems like you are doing Rollback after Complete. Is this the case?
Whats your code? -- Show quoteHide quoteMiha Markic [MVP C#, INETA Country Leader for Slovenia] RightHand .NET consulting & development www.rthand.com Blog: http://cs.rthand.com/blogs/blog_with_righthand/ <ai***@blueocean.net.my> wrote in message news:eQ%23iFBa%23GHA.924@TK2MSFTNGP03.phx.gbl... >i got this error when try to save a record: > System.InvalidOperationException: This SqlTransaction has completed; it is > no longer usable. at System.Data.SqlClient.SqlTransaction.ZombieCheck() at > System.Data.SqlClient.SqlTransaction.Rollback() at > MediaBuyingCls.addMediaBuyingDirectInter(DataTable dtMbm, DataTable dtMbd, > String& mediaOrderNo) at MediaBuyingPress.btnSubmit_Click(Object sender, > EventArgs e) > --- > Posted via DotNetSlackers.com
Other interesting topics
VB.NET - How do I return an AutoNumber from an Insert Statement using the DataGridView
BEGIN TRANSACTION problem new to .net and I want to throw it back GridView DeleteCommand Erroring on StoredProcedure? How to retrieve all sql server errors on ADO.NET? How do you pass NULLs to SQL via an Insert Statment Updating Database where Field Column Name has a space in it Combobox Lookup expects parameter ??? , which was not supplied." TableAdapter and CommandTimeout |
|||||||||||||||||||||||