--- FM2SQL/Attic/FM2SQL.java 2004/05/27 13:03:42 1.36 +++ FM2SQL/Attic/FM2SQL.java 2004/06/01 18:58:08 1.37 @@ -32,6 +32,7 @@ import java.io.FileWriter; import java.io.PrintStream; import java.sql.SQLException; import java.sql.Statement; +import java.text.ParseException; import java.util.Collections; import java.util.Iterator; import java.util.Vector; @@ -1860,7 +1861,7 @@ public class FM2SQL extends JFrame imple destURLBox.setEnabled(state); } - public TableComponent.SQLCommand createStatement(String table,DBBean beanDest,String layout,String query) throws SQLException + public TableComponent.SQLCommand createStatement(String table,DBBean beanDest,String layout,String query) throws SQLException, ParseException { fmInstance.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));