Note: This article was originally published in 2009. Some steps, commands, or software versions may have changed. Check the current General documentation for the latest information.

I get the following error when Excecuting a NonQuery in .Net for a SQL Database (DBCommand.ExecuteNonQuery(cmd)):

= {“Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 0, current count = 1.”}

What does this mean?