|
 |
aspx thread: Connection pooling
Message #1 by "Malathi" <senthil.malathi@a...> on Sat, 15 Mar 2003 12:56:05 +0400
|
|
How to enable connection pooling when using OLEDBConneciton and
SQLConnection in asp .net?
MS documentation says that
If you are using the OleDbConnection class, connection pooling is handled
automatically by the provider, so you do not need to manage it yourself. If
you are using the SqlConnection class, connection pooling is managed
implicitly
But doesn't seem work with OleDbConneciton.
Any comments?
Regards,
S.Malathi, IT Project Analyst
ADNOC Distribution
P.O. 4188, Abu Dhabi
Tel : 6959480 (D)
Mob : 050 5316055
Fax : 6742265
DISCLAIMER:
-------------------------------------------------------------------------------------------------------------
Please note that our domain name is changed from adnoc-fod.co.ae to adnoc-dist.co.ae
Hence change your email addresses accordingly to reflect these changes.
This communication may contain confidential information. If you are not the intended recipient
please inform us immediately.
For complete disclaimer note please visit our website at:
http://www.adnoc-dist.co.ae/emaildisclaimer.htm
Adnoc Distribution-Tel:02-6771300;Fax:02-6722322;
Email:webmaster@a...;Website:http://www.adnoc-dist.co.ae
Message #2 by <kshatdalpriya@i...> on Sat, 15 Mar 2003 15:11:04 +0530
|
|
Hi
Connection pooling enabled from the connection string. Connection
pooling is the attribute of the connection string. You did not have to
worry about the connection mange the connection pool.
With Regards
Kumar Shatdal Priya
Integrated Systems Management Inc.
SCO-10 , Sector -14
Gurgaon , Haryana
Phone: 91-6335864/65
Web: http://www.ismnet.com <http://www.ismnet.com>
"DIGITAL DOMINANCE"
-----Original Message-----
From: Malathi [mailto:senthil.malathi@a...]
Sent: Saturday, March 15, 2003 2:26 PM
To: ASP.NET
Subject: [aspx] Connection pooling
How to enable connection pooling when using OLEDBConneciton and
SQLConnection in asp .net? MS documentation says that
If you are using the OleDbConnection class, connection pooling is
handled automatically by the provider, so you do not need to manage it
yourself. If you are using the SqlConnection class, connection pooling
is managed implicitly
But doesn't seem work with OleDbConneciton.
Any comments?
Regards,
S.Malathi, IT Project Analyst
ADNOC Distribution
P.O. 4188, Abu Dhabi
Tel : 6959480 (D)
Mob : 050 5316055
Fax : 6742265
DISCLAIMER:
------------------------------------------------------------------------
-------------------------------------
Please note that our domain name is changed from adnoc-fod.co.ae to
adnoc-dist.co.ae Hence change your email addresses accordingly to
reflect these changes. This communication may contain confidential
information. If you are not the intended recipient
please inform us immediately.
For complete disclaimer note please visit our website at:
http://www.adnoc-dist.co.ae/emaildisclaimer.htm
Adnoc Distribution-Tel:02-6771300;Fax:02-6722322;
Email:webmaster@a...;Website:http://www.adnoc-dist.co.ae
Message #3 by "Malathi" <senthil.malathi@a...> on Sat, 15 Mar 2003 15:06:16 +0400
|
|
[aspx] RE: Connection poolingHave u tried this? If so, what is the param
reqd in the Conn str? Any reg settings reqd apart frm the param in connect
str? What authentication is to be given in IIS? NT Challenge Response or
Basic Authentication?
I'm trying out some combinations & did not achieve pooling yet. Pls let me
know if u have tried this.
-----Original Message-----
From: kshatdalpriya@i... [mailto:kshatdalpriya@i...]
Sent: Saturday, March 15, 2003 1:41 PM
To: ASP.NET
Subject: [aspx] RE: Connection pooling
Hi
Connection pooling enabled from the connection string. Connection
pooling is the attribute of the connection string. You did not have to
worry about the connection mange the connection pool.
With Regards
Kumar Shatdal Priya
Integrated Systems Management Inc.
SCO-10 , Sector -14
Gurgaon , Haryana
Phone: 91-6335864/65
Web: http://www.ismnet.com <http://www.ismnet.com>
"DIGITAL DOMINANCE"
-----Original Message-----
From: Malathi [mailto:senthil.malathi@a...]
Sent: Saturday, March 15, 2003 2:26 PM
To: ASP.NET
Subject: [aspx] Connection pooling
How to enable connection pooling when using OLEDBConneciton and
SQLConnection in asp .net? MS documentation says that
If you are using the OleDbConnection class, connection pooling is
handled automatically by the provider, so you do not need to manage it
yourself. If you are using the SqlConnection class, connection pooling
is managed implicitly
But doesn't seem work with OleDbConneciton.
Any comments?
Regards,
S.Malathi, IT Project Analyst
ADNOC Distribution
P.O. 4188, Abu Dhabi
Tel : 6959480 (D)
Mob : 050 5316055
Fax : 6742265
DISCLAIMER:
------------------------------------------------------------------------
-------------------------------------
Please note that our domain name is changed from adnoc-fod.co.ae to
adnoc-dist.co.ae Hence change your email addresses accordingly to
reflect these changes. This communication may contain confidential
information. If you are not the intended recipient
please inform us immediately.
For complete disclaimer note please visit our website at:
http://www.adnoc-dist.co.ae/emaildisclaimer.htm
Adnoc Distribution-Tel:02-6771300;Fax:02-6722322;
Email:webmaster@a...;Website:http://www.adnoc-dist.co.ae
DISCLAIMER:
-------------------------------------------------------------------------------------------------------------
Please note that our domain name is changed from adnoc-fod.co.ae to adnoc-dist.co.ae
Hence change your email addresses accordingly to reflect these changes.
This communication may contain confidential information. If you are not the intended recipient
please inform us immediately.
For complete disclaimer note please visit our website at:
http://www.adnoc-dist.co.ae/emaildisclaimer.htm
Adnoc Distribution-Tel:02-6771300;Fax:02-6722322;
Email:webmaster@a...;Website:http://www.adnoc-dist.co.ae
|
|
 |