Commit 64bdf998 authored by kshinde's avatar kshinde

closed preparedstatement


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106514 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d67e7dff
......@@ -470,6 +470,7 @@ public class DespatchPos extends ValidatorEJB implements DespatchPosLocal, Despa
pstmt.setString(2,tranIdSOAlloc);
pstmt.setLong(3,lineNoSOAlloc);
pstmt.executeUpdate();
pstmt.close();
pstmt = null;
}
String line = " " + lineNo;
......
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