Commit 47625369 authored by dpawar's avatar dpawar

changes in stkAdjust (closed result set objects)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94624 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 36721d8f
......@@ -2201,6 +2201,18 @@ public class InvAcct
}
//Changes by Dadaso pawar on 18-04-14- START
if(rs!=null){
rs.close();
rs=null;
}
if(pstmt!=null){
pstmt.close();
pstmt=null;
}
//Changes by Dadaso pawar on 18-04-14- END
}catch(Exception e)
{
e.printStackTrace();
......
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