Diff for /FM2SQL/Attic/DBBean.java between versions 1.35 and 1.36

version 1.35, 2004/09/28 08:58:26 version 1.36, 2004/10/19 11:12:19
Line 757  public class DBBean Line 757  public class DBBean
     } catch (Exception e)      } catch (Exception e)
     {      {
       // TODO remove        // TODO remove
       if (FM2SQL.fmInstance != null)        if (FM2SQL.fmInstance != null&&Convert.debug)
         FM2SQL.showErrorDialog("Error caught!! \n Query was  " + query + " \n", "Debug Info");          FM2SQL.showErrorDialog("Error caught!! \n Query was  " + query + " \n", "Debug Info");
       e.printStackTrace();        e.printStackTrace();
     }      }

Removed from v.1.35  
changed lines
  Added in v.1.36


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>