Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Problem in using DataReader


Message #1 by "santosh" <santosh_nadgeri@s...> on Fri, 4 Jan 2002 13:56:48 +0530

Hi all.

I am using DataReader for getting the data from database.

I am getting the DataReader from one class n reading in my aspx page. It is

working fine.

But problem is that whenever I call .aspx page which contains

System.Data.ADO, it gets 20 sessions occupied.

And after accessing it I am closing the DataReader but it is not killing the

session which it has occupied (which becoms 20+).

So I am getting ADO.ADOException for not having enough sessions.

Can u Help me out.

Thanks in advance.

Santosh L. N.




  Return to Index