On Tue, 3 Jan 2006 13:28:41 +0530, "Cyril Gupta" <(E-Mail Removed)> wrote:
¤ I don't know if I am outdated or is my grouse still valid.
¤
¤ I am trying to connect two concurrent DataReader objects to the same
¤ connection, but the attempt fails with the error "Another DataReader is
¤ already open, it needs to be closed.. bla..bla.."
¤
¤ Using good old ADO I could connect as many Recordsets I wanted through one
¤ connection, so how come ADO.Net is not allowing me to connect two
¤ DataReaders?
¤
¤ I think I read somewhere that this can be done through .Net Framework 2.0.
¤ Is this true? How stable is .Net 2.0? Are there any big issues that I should
¤ know about?
¤
I believe the feature you are referring to (called MARS) is specific to SQL Server 2005.
http://msdn2.microsoft.com/en-us/library/h32h3abf.aspx
http://msdn2.microsoft.com/en-us/library/yf1a7f4f.aspx
Paul
~~~~
Microsoft MVP (Visual Basic)