-
DAAB3.0 Transaction
I keep getting an error :
ExecuteNonQuery requires an open and available Connection. The connection's current state is closed.
using DAAB 3.0
using (TransactionScope scope = new TransactionScope(TransactionScopeOption.RequiresNew))
{
DataAccessArticle.UpdateArticleStatus(articleId, statusId);
base.UpdateStatusContentData(articleId, statusId);
scope.Complete();
}
There's no other transaction within my methods.
aNY HELP ?
Similar Threads
-
By Amit in forum VB Classic
Replies: 0
Last Post: 05-27-2002, 07:16 AM
-
By Slavo Kepic in forum Enterprise
Replies: 0
Last Post: 09-19-2001, 09:14 AM
-
By John Garcia in forum Enterprise
Replies: 0
Last Post: 08-31-2001, 11:57 AM
-
By robert in forum Database
Replies: 0
Last Post: 07-12-2001, 08:26 PM
-
By Alp Guner in forum Database
Replies: 3
Last Post: 03-01-2001, 10:49 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks