Commit 6a0ba238 authored by cpatil's avatar cpatil

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94353 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c1aec265
...@@ -443,7 +443,7 @@ public class RoadPerRepPrc extends ProcessEJB implements RoadPerRepPrcLocal ,Roa ...@@ -443,7 +443,7 @@ public class RoadPerRepPrc extends ProcessEJB implements RoadPerRepPrcLocal ,Roa
currDate = new java.sql.Timestamp(System.currentTimeMillis()); currDate = new java.sql.Timestamp(System.currentTimeMillis());
String currDateStr = sdfAppl.format(currDate); String currDateStr = sdfAppl.format(currDate);
selSql = "SELECT KEY_STRING, TRAN_ID_COL, REF_SER FROM TRANSETUP WHERE TRAN_WINDOW = ? "; selSql = "SELECT KEY_STRING, TRAN_ID_COL, REF_SER FROM TRANSETUP WHERE UPPER( TRAN_WINDOW ) = ? ";
pstmt = conn.prepareStatement(selSql); pstmt = conn.prepareStatement(selSql);
pstmt.setString( 1, windowName ); pstmt.setString( 1, windowName );
rs = pstmt.executeQuery(); rs = pstmt.executeQuery();
......
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