Commit a66232b6 authored by sanashaikh's avatar sanashaikh

Sana S: Modified on 06/01/2020

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214591 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5fd75094
......@@ -64,8 +64,8 @@ public class EmpLvePrkBalTrfCanc extends ActionHandlerEJB implements EmpLvePrkBa
System.out.println("Commiting Changes......11");
}
// Modified by Sana S on 27/08/2019
//conn.close();
//conn = null;
conn.close();
conn = null;
}
//}
catch(Exception e)
......@@ -179,12 +179,15 @@ public class EmpLvePrkBalTrfCanc extends ActionHandlerEJB implements EmpLvePrkBa
{
try
{
if(conn!=null)
{
close( pstmt, rs );
conn.close();
conn=null;
/*conn.close();//Commented by Sana S on 06/01/2020
conn=null;*/
}
}
catch (Exception e)
{
......
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