Connection pool drain feature.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
HankSmart2000
Posts: 1
Joined: Sun 07 Nov 2004 16:22

Connection pool drain feature.

Post by HankSmart2000 » Mon 08 Nov 2004 15:15

Does anyone know how to use this new feature? I have searched help but can't find how to drain the connection pool.

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Re: Connection pool drain feature.

Post by Oleg » Tue 09 Nov 2004 10:49

To clear connection pool you can use MySqlConnection.ClearPool, ClearAllPools methods.
Please see MySQLDirect .NET reference for more detailed information about it.

Post Reply