Commit 272828e2 authored by steurwadkar's avatar steurwadkar

Changed by santosh


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101137 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 963af0b4
......@@ -843,6 +843,8 @@ public class DockTranPos extends ValidatorEJB implements DockTranPosLocal, DockT
pstmt.setString(1, despId);
updCnt = pstmt.executeUpdate();
conn.commit();
if( updCnt > 0 )
{
System.out.println( updCnt + " rows updated successfully " );
......
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