|
Posted by parez on July 30, 2006, 3:43 pm
Please log in for more thread options Hi Bill,
Thanks for the reply.
I am using vb.net and c#.
Bill Karwin wrote:
> psawant@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.aspx?scid=kb;EN-US;q169470
>
> Regards,
> Bill K.
|