Commit 260f3f08 authored by vdhoble's avatar vdhoble

changes for delete entry for F14ISUN006


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97827 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 14c61bb1
......@@ -96,6 +96,10 @@ pstmt = conn.prepareStatement(sql);
pstmt.setString(1,tranID);
int count = pstmt.executeUpdate();
System.out.print("The value of count>>>>"+count);
if(count > 0)
{
conn.commit();
}
pstmt.close();
pstmt = 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