Diff for /FM2SQL/Attic/FM2SQL.java between versions 1.44 and 1.45

version 1.44, 2004/10/19 11:57:26 version 1.45, 2004/10/29 10:28:10
Line 1913  public class FM2SQL extends JFrame imple Line 1913  public class FM2SQL extends JFrame imple
             {              {
                 layouts = new Vector();                  layouts = new Vector();
             }              }
               catch (Exception e)
               {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
               }
   
             idVec = bean.getColumnNames();              idVec = bean.getColumnNames();
             if (idVec == null)              if (idVec == null)
Line 1996  public class FM2SQL extends JFrame imple Line 2001  public class FM2SQL extends JFrame imple
         destURLBox.setEnabled(state);          destURLBox.setEnabled(state);
   
     }      }
     public TableComponent.SQLCommand createStatement(String table, DBBean beanDest, String layout, String query) throws SQLException, ParseException      public TableComponent.SQLCommand createStatement(String table, DBBean beanDest, String layout, String query) throws SQLException, ParseException, Exception
     {      {
         fmInstance.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));          fmInstance.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
   

Removed from v.1.44  
changed lines
  Added in v.1.45


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