Hello,

Is it ado provider by default do the connection pooling? or it is depending
on the database. I know sqlclient provider does the connection pooling but
can I use connection pooling with MYSQL?


thanks
ap

Re: Connection Pool by Paul

Paul
Thu Dec 02 13:42:00 CST 2004

On Thu, 2 Dec 2004 11:13:08 -0800, "ap" <ap@discussions.microsoft.com> wrote:

¤ Hello,
¤
¤ Is it ado provider by default do the connection pooling? or it is depending
¤ on the database. I know sqlclient provider does the connection pooling but
¤ can I use connection pooling with MYSQL?
¤

Connection pooling is enabled by default unless the data provider does not support the feature.


Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)

Re: Connection Pool by Miha

Miha
Thu Dec 02 13:48:30 CST 2004


"ap" <ap@discussions.microsoft.com> wrote in message
news:2F481944-6592-4DD7-99F7-DDBAED2C1DDA@microsoft.com...
> Hello,
>
> Is it ado provider by default do the connection pooling? or it is
> depending
> on the database. I know sqlclient provider does the connection pooling
> but
> can I use connection pooling with MYSQL?

With native provider? If provider supports it then yes, otherwise not -
depends on provider.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
SLODUG - Slovene Developer Users Group
www.rthand.com



Re: Connection Pool by Sahil

Sahil
Thu Dec 02 14:00:52 CST 2004

This is implemented in the provider - and is provider specific. SqlClient
does it by default - unless you disable it. That is the default behavior in
99% of the cases.

For more info please see --
http://dotnetjunkies.com/WebLog/sahilmalik/archive/2004/11/12/31798.aspx

- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik




"ap" <ap@discussions.microsoft.com> wrote in message
news:2F481944-6592-4DD7-99F7-DDBAED2C1DDA@microsoft.com...
> Hello,
>
> Is it ado provider by default do the connection pooling? or it is
depending
> on the database. I know sqlclient provider does the connection pooling
but
> can I use connection pooling with MYSQL?
>
>
> thanks
> ap