I have tested this with pure Java using the following Connection. Same Results. I do have to specify test. tablename in Cobol. public void setUp() throws Exception { Class.forName("com.ibm.db2.jcc.DB2Driver"); connection = DriverManager.getConnection( "jdbc:db2://dbserver:50003/vvst1:currentSchema=test;", "user", "passwordt"); } Can you provide me with your test sources. To perform some further tests.
↧