Commit a9d18e7b authored by wansari's avatar wansari

W15GSUN003 update source code for clear parameters for pstmt.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99159 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 00831690
......@@ -805,7 +805,7 @@ public class ScheduleAWMSInOutTasks implements Schedule
pstmtHolddet.clearBatch();
rs.close();rs = null;
pstmt.close();pstmt = null;
pstmt.clearParameters();
sqlUpdate = "UPDATE SWMS_TO_AWMS SET SCHEDULE_STATUS = 'Y' WHERE REF_ID = ? AND LINE_NO = ?";
pstmtUpdate = conn.prepareStatement(sqlUpdate);
......
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