MySQL Forums
Forum List  »  Connector/ODBC

mySQL pooling with mySQL 5.5.30 and ODBC 5.2
Posted by: Ali Alama
Date: August 29, 2015 04:59PM

Hello,

I want to use the pooling option in order to speed up the connexions to the mySQL server.

So I used this connection string in VB.Net

Public Cnx As New OdbcConnection("Driver={MySQL ODBC 5.2 ANSI Driver};Server=localhost;Port=3306;Database=mybase;User=root;Password=pwd;Option=3;pooling=true;")

But unfortunately it's the same time for opening a connection as if I set Pooling to false.

(1000 ms) each time

I was used to 1 ms with mysql 5.1.34 and ODBC 3.51


So please, is this the right connection string ?

Regards

Options: ReplyQuote


Subject
Written By
Posted
mySQL pooling with mySQL 5.5.30 and ODBC 5.2
August 29, 2015 04:59PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.