Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

RE: sql default schema

$
0
0

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.


Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>