Commit 4bde57e3 authored by prane's avatar prane

conn close is commented for runmrpprc

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193403 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 61ba575d
...@@ -713,8 +713,8 @@ public class ExplodeBom ...@@ -713,8 +713,8 @@ public class ExplodeBom
} }
if(conn != null) if(conn != null)
{//Added by Jiten 13/11/06 - {//Added by Jiten 13/11/06 -
conn.close(); //conn.close();
conn = null; //conn = null;
} }
}catch(Exception e){} }catch(Exception e){}
/*if( (errString != null) && (errString.length() > 0) ) /*if( (errString != null) && (errString.length() > 0) )
......
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