Commit 7977e1f0 authored by akhokar's avatar akhokar

Changes done due to connection related issue.

FinCommon.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@212736 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d43bb720
...@@ -2838,11 +2838,14 @@ public class FinCommon ...@@ -2838,11 +2838,14 @@ public class FinCommon
if(connectionState == true) if(connectionState == true)
{ {
con.close(); con.close();
con = null; //Added by Azhar K. on[26-11-19][Connection should be null]
} }
else //Modified by Azhar K. on[26-11-19][Connection should not be null][Start]
/*else
{ {
con = null; con = null;
} }*/
//Modified by Azhar K. on[26-11-19][Connection should not be null][End]
} }
catch(SQLException se) catch(SQLException se)
{ {
......
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