Commit 9514a7ee authored by prane's avatar prane

getConnection() is updated instead of DriverITM

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175498 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1f64ab2c
......@@ -75,7 +75,8 @@ public class PrimarySalesConsolidationPrc extends ProcessEJB implements PrimaryS
System.out.println("userId : "+userId);
System.out.println("xtraParams ::: "+xtraParams);
ConnDriver con = new ConnDriver();
conn = con.getConnectDB("DriverITM");
//conn = con.getConnectDB("DriverITM");
conn = getConnection() ;
sql1 = "select sysdate from dual";
pstmt = conn.prepareStatement(sql1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment