Commit a20f480b authored by prane's avatar prane

getConnection() is updated from DriverITM


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175493 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cb5a018b
......@@ -88,7 +88,8 @@ public class SalesConsolidationPrc extends ProcessEJB implements SalesConsolidat
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);
rs = pstmt.executeQuery();
......
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