Share via


SqlConnection does not support parallel transactions.

Question

Monday, March 27, 2006 1:00 PM

hello

i have a problem when i try to begin transaction in sql

this is the massege

"SqlConnection does not support parallel transactions."

but the connection dosent have another transAction

what can i do

thanks

All replies (6)

Tuesday, March 28, 2006 7:04 PM âś…Answered

i found the problem

i forgot close the connection before reusing

so be sur to close all the connections

because it stay in the bool with the transaction


Tuesday, March 28, 2006 1:41 AM

Is it possible that you call same code twice without closing previous transaction?


Tuesday, March 28, 2006 7:21 AM

thanks

but i trace it

i did not called twice

 


Tuesday, March 28, 2006 11:07 AM

What kind of query are you calling?


Thursday, November 1, 2007 1:52 PM

what is the bool?

 

when you say close all the connections are you referring to your browser?

 


Thursday, November 1, 2007 10:49 PM

I believe it is database connection. By the time when client sees information in a browser, database connections should be closed.