Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connection Pool
Message
De
06/01/2005 10:01:36
 
 
À
29/12/2004 14:36:38
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00973049
Message ID:
00974682
Vues:
15
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform