
So far this is my code how can i display both image and data from database..
while (rs.next()) { Vector row = new Vector(columns); row.addElement(rs.getObject("ID")); row.addElement(rs.getObject("CandidateName")); row.addElement(new ImageIcon(rs.getBytes("Symbol"))); row.addElement(rs.getObject("Count")); }
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
