Connection Pool

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
¤ 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)
 
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.
 
Back
Top