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