Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connection Pool
Message
From
06/01/2005 10:01:36
 
 
To
29/12/2004 14:36:38
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00973049
Message ID:
00974682
Views:
16
Hi Alvin,

Are you using DataReader? In this case you must call Close Method after
and depends that CommandBehavior you choose, CloseConnection is default
if you don't pass nothing in the ExecuteReader method from the command object.

Only after Close the DataReader the connection is closed.

Furthermore, by default connection pool is enabled and uses the
same string connection to create the pool. For desabling use "pooling=false;".

see "max pool size" also.
Previous
Reply
Map
View

Click here to load this message in the networking platform