The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Executing multiple stored procedures within a single transaction context from ADO.Net
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
Ragul VasudevanPosted May 17, 2013, 12:49 PM
I get this error. The type'Sys.DAC.DAC' in 'c:\users\ragul\documents\visual studio 2010\Projects\TestingNewCodes\DAC.cs' conflicts with the namespace 'System.DAC.DAC' in 'c\users\ragul\documents\visual studio 2010\TestingNewCodes\TestingNewCodes\DAC.cs
ahmed mostafaPosted May 30, 2012, 6:10 PM
the function ExecuteBatch() icannot found it inside dac class which i download it if it ib dac_new.zip please re upload it becuase i cannot download it the link is damage
seal cjulPosted Aug 7, 2009, 12:47 AM
please, upload DAC_new
Santhosh VeeraramanPosted Mar 19, 2008, 4:06 AM
One small correction in the DAC code: Inside ExecuteBatch try block, it is supposed to be Trans.Commit() and not Trans.Rollback(). And in Finally block, add line Commands.Clear(); just after Parameters.MyParameters.Clear();. Thats it. Please make the correction in your code if anybody has downloaded it by chance...I will be uploading the modified code again !