--- FM2SQL/Attic/Convert.java 2004/08/09 11:36:18 1.71 +++ FM2SQL/Attic/Convert.java 2004/08/12 09:54:38 1.72 @@ -2274,11 +2274,11 @@ class Convert updPst.setNull(l + 1, Types.NULL); } updPst.setString(line.size() + 1, line.get(idIndex).toString()); + //updPst.addBatch(); updPst.execute(); - } } - + //updPst.executeBatch(); } // to method /**