Commit c96dae22 authored by pchavan's avatar pchavan

Change Connection.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@198592 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ab05b8b4
......@@ -166,7 +166,10 @@ public class NearExpirySchedule implements Schedule
try
{
ConnDriver connDriver = new ConnDriver();
conn = connDriver.getConnectDB("DriverITM");
//Added By PriyankaC on 19March2019 [START]
//conn = connDriver.getConnectDB("DriverITM");
conn = connDriver.getConnectDB("Driver");
//Added By PriyankaC on 19March2019 [END]
connDriver = null;
conn.setAutoCommit(false);
......
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