Page 1 of 1

Connection pool drain feature.

Posted: Mon 08 Nov 2004 15:15
by HankSmart2000
Does anyone know how to use this new feature? I have searched help but can't find how to drain the connection pool.

Re: Connection pool drain feature.

Posted: Tue 09 Nov 2004 10:49
by Oleg
To clear connection pool you can use MySqlConnection.ClearPool, ClearAllPools methods.
Please see MySQLDirect .NET reference for more detailed information about it.