Commit d5b9d9fd authored by msingh's avatar msingh

D15CKAT01, Changed for MS SQL Server.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98675 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 894c96bf
......@@ -378,6 +378,7 @@ public class InvHoldRelConf extends ActionHandlerEJB implements InvHoldRelConfLo
// Changed by Manish on 30/09/15 for Ms Sql Server.
StringBuffer sb ;
String DB = CommonConstants.DB_NAME;
System.out.println("DB ==========>>>>>"+DB);
if("mssql".equalsIgnoreCase(DB))
{
sb = new StringBuffer("SELECT S.ITEM_CODE, S.SITE_CODE, S.LOC_CODE, S.LOT_NO, S.LOT_SL, S.QUANTITY, S.HOLD_QTY, S.QTY_PER_ART FROM STOCK S ");//change on 09/jun/14 compare with inv_hold_rel_trace table
......
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