Hello all,
I'have installed a db2 database on winXP and i have pb trying to use tha jdbc driver with WSAD 5 :
I'am using a XA JDBC provider, there no pb creating the connection, but when i try to prepare a statement to launch an sql request, i have the following error :
"java.lang.AbstractMethodError: COM/ibm/db2/jdbc/app/DB2Connection.prepareStatement"
I'am using the following JDBC :
"%DB2_HOME%/sqllib/java12/db2java.zip"
someone have an idea ?