Hello!
Does anybody know how to take away SELECT DATABASE() query from the method Connection.prepareCall().
There is no need of it. And it affects the performance.
I'm using mysql-connector-java-5.1.17 driver on windows
Thank you in advance!
Alex
Does anybody know how to take away SELECT DATABASE() query from the method Connection.prepareCall().
There is no need of it. And it affects the performance.
I'm using mysql-connector-java-5.1.17 driver on windows
Thank you in advance!
Alex