Commit 470f0e4a authored by ngadkari's avatar ngadkari

set null value

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214487 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9679a2b3
......@@ -429,9 +429,12 @@ public class SchemeDefWizPostSave extends ValidatorEJB implements SchemeDefWizPo
pstmt5.setString(1, tranIdScheme);
pstmt5.setInt(2, lineNoApplDet);
pstmt5.setString(3, siteCodeVal);
pstmt5.setString(4, stateCode);
/*pstmt5.setString(4, stateCode);
pstmt5.setString(5, countryCode);
pstmt5.setString(6, stanCode);
pstmt5.setString(6, stanCode);*/ //commented and added by nandkumar gadkari on 03/01/20
pstmt5.setString(4, null);
pstmt5.setString(5, null);
pstmt5.setString(6, null);
pstmt5.addBatch();
pstmt5.clearParameters();
......
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