Core Concurrent Processing - EBS (MOSC)

MOSC Banner

Java Concurrent Program which involves connection to third party application having MS-SQL database

edited Nov 19, 2013 1:21AM in Core Concurrent Processing - EBS (MOSC) 17 commentsAnswered
We have created a Java Concurrent Program which involves connection to third party application having MS-SQL database.

The program is working fine if the driver related files are kept at $JAVA_TOP as

$JAVA_TOP/net/sourceforge/jtds/.....

and then calling connection within class file as:

Class.forName("net.sourceforge.jtds.jdbc.Driver");
msConn = DriverManager.getConnection("jdbc:jtds:sqlserver://<IP Address>","<username>",<password>);

But we want this to work if we place driver related files in some custom directory under $JAVA_TOP.

What additional steps need to be done to achieve this?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center