Re: Windows 2008 and Java Connector
Posted by: Volker Jahns
Date: July 31, 2012 03:50AM

I change from:

this.CONN = DriverManager.getConnection(this.db_url);

to

this.CONN = DriverManager.getConnection(this.db_url, "abc", "123");

inside my app but it doesn't help...

Options: ReplyQuote


Subject
Written By
Posted
Re: Windows 2008 and Java Connector
July 31, 2012 03:50AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.