Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Duplicate
-
10.1.18
-
None
-
centOS 7
Description
The ApacheInterface pooling setup seems to work for other JDBC drivers.
But when I tested it with jtds (connect to a Azure server) I get this error:
java.lang.AbstractMethodError rc=0' from CONNECT Query is: SELECT DISTINCT `ms_jtdsTest`.`Id`, `ms_jtdsTest`.`Naam` FROM `ms_jtdsTest` ) #1296
If I use the JDBCInterface wrapper default it work without error.