I’m using the latest version (6.2.3) of the net connector. According to the documentation an option exists called “Reset Pooled Connections”. I have tried to disable this using the following connection string:
Data Source=DB;Database=DBName;UID=username;PWD=password;Max Pool Size=100;charset=utf8;Reset Pooled Connections=no;
I have tried values of both “no” and “false”, and have tried all three options for the setting including “Reset Pooled Connections”, “ResetPooledConnections”, and “ResetConnections”. However, all of these result in the same error:
Keyword not supported.
Parameter name: reset pooled connections
Seems like an error in the documentation, either it’s just not implemented, or it has been implemented and since removed.(source code is here)
There’s another option though,
edit, further investigation shows those 3 options were removed way,way back and replaced with the above “Connection Reset” parameter. Some info here)