Rollback occurs during XDocument.Query()

S

SChapman

Hello,

I am trying to use a stored procedure to insert a record into a database
when a user clicks on a button. I followed this microsoft article
http://support.microsoft.com/?kbid=827007 that suggests I can submit to a
stored procedure using XDocument.Query(). After my table was never updated,
I ran a trace and discovered that after running my command, a rollback
command is also issued from IP (which must be part of the Query() sub since I
am not sending that command). How can I get this rollback command to stop
being sent??

Thanks for any help or advice!
SChapman
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top