Connection string documentation

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
pleb
Posts: 37
Joined: Mon 23 Jun 2008 06:21
Location: Melbourne, Australia

Connection string documentation

Post by pleb » Mon 30 Jun 2008 04:14

Hi there,

I was wondering if anyone know where documentation for the connection string configuration lives, if indeed it does? I can't seem to find it :cry:

Up until now, I've been using the Connection string builder class as my guide, but I'd like to know a little more information then "The minimum number of connections allowed in the pool." Like what the default value for this is.

Thanks,

Pleb

anton.connect
Posts: 43
Joined: Thu 19 Jun 2008 14:30

Post by anton.connect » Tue 01 Jul 2008 08:54

As to the number of connections in pool, their default number is 0.
For more info you can refer to our documentation - Core Lab MyDirect .NET documentation (ConnectionString Property (MySqlConnection)), or visit the following link:
http://dev.mysql.com/doc/refman/5.0/en/ ... tionstring

Thank you for inquiry

Post Reply