472,129 Members | 1,726 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,129 software developers and data experts.

enable pooling on my sql

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

Jul 24 '06 #1
2 3723
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.
Jul 30 '06 #2
Hi Bill,

Thanks for the reply.

I am using vb.net and c#.

Bill Karwin wrote:
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.
Jul 30 '06 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

5 posts views Thread by John | last post: by
18 posts views Thread by Rob Nicholson | last post: by
4 posts views Thread by Susan Baker | last post: by
4 posts views Thread by perspolis | last post: by
3 posts views Thread by howachen | last post: by
16 posts views Thread by crbd98 | last post: by
3 posts views Thread by fniles | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.