Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6107187
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:09:41+00:00 2026-05-23T14:09:41+00:00

I have a bunch of update and insert queries which I call from my

  • 0

I have a bunch of update and insert queries which I call from my C# code that need to be in a transaction. I’d prefer to keep them in C# rather than use Stored Procedures. I use SQLCommand.ExecuteNonQuery() to begin and commit the transaction. It works ok till I try commit the transaction, when I get a message that “The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION”. I am closing the connection between calls. Is this the problem?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T14:09:41+00:00Added an answer on May 23, 2026 at 2:09 pm

    No they don’t.

    One can control the transaction in C# directly on the connection itself or use an ambient transaction using the System.Transactions namespace if you want the transaction to span across database connections or even different databases (Distributed Transaction).

    If you are closing the connection between calls, use the System.Transactions namespace to control your transactions. The transaction will then span across connections.

    Some basic code to use the System.Transactions namespace:

    using (TransactionScope scope = new TransactionScope())
    {
         //Do operation 1 on connection 1 (open close connection)
         //Do operation 2 on connection 2 (open close connection)
    
         scope.Complete();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a bunch of virtual machines that I need to update from time
I have a tsql code ,which is basically bunch of insert and update statements
I have a bunch of insert, update, and delete operations I need to execute
I have a bunch of code in a routine that looks a bit like
I have a bunch of buttons that have a tapGestureRecognizer linked to them, and
I have a bunch of data which will insert into a table. This issue
i have bunch of rows containing http://www.domainname.com i need to update those so http://
I have a bunch of queries that are generated by a shell script on
I have an INSERT INTO ... ON DUPLICATE KEY UPDATE query that for some
I have bunch of strings, some of which are fairly long, like so: movie.titles

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.