Commit 653111d4 authored by ngadkari's avatar ngadkari

changes in getString invalid column name specified

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@188233 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 28c7142f
......@@ -1718,7 +1718,7 @@ conn = getConnection();
rs = pstmt.executeQuery();
if(rs.next())
{
sitePayment = rs.getString("site_code__pay");
sitePayment = rs.getString("pay_site");
System.out.println( "Site Payment emp"+sitePayment);
}
rs.close();
......
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