--- FM2SQL/Attic/FM2SQL.java 2004/10/19 11:57:26 1.44 +++ FM2SQL/Attic/FM2SQL.java 2004/10/29 10:28:10 1.45 @@ -1913,6 +1913,11 @@ public class FM2SQL extends JFrame imple { layouts = new Vector(); } + catch (Exception e) + { + // TODO Auto-generated catch block + e.printStackTrace(); + } idVec = bean.getColumnNames(); if (idVec == null) @@ -1996,7 +2001,7 @@ public class FM2SQL extends JFrame imple 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));