ps*****@gmail.com wrote:
hi all.
How do i enable pooling on mysql connection?
this is my string.
DRIVER={MySQL ODBC 3.51 Driver};" +
"SERVER=dfdfd;" +
"DATABASE=dbname;" +
"UID=" + UserId +";" +
"PASSWORD=ff;" +
"OPTION=3
I can't tell from your code fragment what language you are using.
Probably some Microsoft language, but you don't make it clear which one.
Read the FAQ on ODBC connection pooling. It includes links to more
specific information for enabling ODBC connection pooling for individual
languages.
http://support.microsoft.com/default...;EN-US;q169470
Regards,
Bill K.