Commit 67712aa5 authored by vkadam's avatar vkadam

Add count to check update detail. By C Patil


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96593 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 10b4ac50
......@@ -615,7 +615,8 @@ public class WoIssPartialPrc extends ProcessEJB implements WoIssPartialPrcLocal,
pstmt1.setString(6,lotNoInv);
pstmt1.setString(7,siteCode);
pstmt1.setString(8,locCode);
pstmt1.executeUpdate();
int cnt=pstmt1.executeUpdate();
System.out.println("Count after PSTM is:- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%["+cnt+"]");
pstmt1.close();pstmt1=null;
}
}
......
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