G
Guest
If I open a transaction, peform a select from the database using the
transaction, and then try to perform another select from the database with a
separate connection that does not use the transaction, I get a timeout error.
Also, this is only with a piece of code written in .Net 1.1 Framework. When
I run a different piece of code written in 2.0, I do not have this problem.
Is this because this is simply something that was added in ADO.Net 2.0, or
is there something else different about my data access code that blocks the
second connection? I am having trouble telling, since I did not write either
of the data access components that these two different products use.
transaction, and then try to perform another select from the database with a
separate connection that does not use the transaction, I get a timeout error.
Also, this is only with a piece of code written in .Net 1.1 Framework. When
I run a different piece of code written in 2.0, I do not have this problem.
Is this because this is simply something that was added in ADO.Net 2.0, or
is there something else different about my data access code that blocks the
second connection? I am having trouble telling, since I did not write either
of the data access components that these two different products use.