--- FM2SQL/src/DBBean.java 2005/01/21 11:27:03 1.1 +++ FM2SQL/src/DBBean.java 2005/04/19 10:49:05 1.2 @@ -1286,7 +1286,9 @@ public class DBBean try { - tableRow.addElement(resultSet.getObject(i)); + tableRow.addElement(null); + // image objects removed from resultset !!! + //tableRow.addElement(resultSet.getObject(i)); } catch (Exception e) { // TODO Auto-generated catch block