Commit fb422556 authored by ssalve's avatar ssalve

Sarita : done changes to add getConnection instead getConnectionDB("DriverITM") on 27DEC2017

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177270 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d2a96ce1
......@@ -71,10 +71,12 @@ public String process(Document headerDom, Document detailDom, String windowName,
try
{
ConnDriver connDriver = new ConnDriver();
//Added and replace by sarita on 27DEC2017
/*ConnDriver connDriver = new ConnDriver();
conn = connDriver.getConnectDB("DriverITM");
connDriver = null;
conn.setAutoCommit(false);
conn.setAutoCommit(false);*/
conn = getConnection();
PhysicalCountSchedule phycntprc = new PhysicalCountSchedule();
resultString = phycntprc.insertSchedule(loginSiteCode, loginEmpCode,userInfo,windowName,xtraParams);
......
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