Re: MySql.Data.MySqlClient is so SLOW?
Posted by: Colby Clegg
Date: January 12, 2006 03:38PM

I took a quick look at the code and it seems like these are the connection string parameters you're interested in:

For caching server config:
"cache server configuration" -OR-
"cacheserverconfig" -OR-
"cacheserverconfiguration"

and for resetting the connection:
"reset pooled connections" -OR-
"resetpooledconnections" -OR-
"reset connections"

Hope this helps.

Colby

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.