Re: multiple DataReaders



Sure, it's possible--just open more connections. Until ADO 2.0 and MARS you
won't be able to run more than one operation on a Connection at any one
time.
The real question is, why do you need multiple DataReaders in the first
place?

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________

"JohnK" <JohnK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D9AE477D-80AB-4A12-A418-FF6D0A7F8C77@xxxxxxxxxxxxxxxx
>I have a need to have multiple DataReaders active at the same time.
> Also at times, I would like to have a recursive function with a DataReader
> in...which basically means having multiple DataReaders active .....
>
> Is there a way to do this?
>
> John


.