Quote:
Originally posted by mk2003
I am currently developing a web application using WebSphere Studio 5.0.1 with the WebSphere Test AppServer 5.0.2. The Code is trying to make remote calls to a DB2 Database using Type 4 Driver com.ibm.db2.jcc.DB2ConnectionPoolDataSource. The code is using PreparedStatement which is causing the following error when the code is trying to call connection.PrepareStatement: "getMaxFieldSize is not supported in JCC 1.0". Replacing the PreparStatement calls to conn.createStatement suppresses the Errors. Also when the PrepareStatement was used against the Type 2 driver everything works fine. Any suggestions?????
|
Hello
I have the same Problem, are there already any solutions?
Thanks for any suggestions...