Connection Pool

G

Guest

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
 
P

Paul Clement

¤ 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 ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
M

Miha Markic [MVP C#]

ap said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top