Hi, we are using a custom jdbc driver (jt400) and having some issues. Given that it is an older driver, we want to make sure we are registering the driver before initiating a connection with Class.forName("com.ibm.as400.access.AS400JDBCDriver");
I would imagine we are, but can we get confirmation that we register drivers that are not subject to automatic driver loading?
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.