Diff for /FM2SQL/Attic/Convert.java between versions 1.18 and 1.19

version 1.18, 2004/01/20 21:16:10 version 1.19, 2004/01/22 12:28:03
Line 382  class Convert Line 382  class Convert
           dialog.title.setText("Writing table data ...");            dialog.title.setText("Writing table data ...");
   
         int j = -1;          int j = -1;
                   System.out.println(bean.getIDVector(ids.get(tbIndex).toString(),(String) names.get(tbIndex)).size());
       
         Vector row = null;          Vector row = null;
         command = new StringBuffer();          command = new StringBuffer();
   

Removed from v.1.18  
changed lines
  Added in v.1.19


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