I want to display all the images from database. I have written code but that is displaying error java.sql.SQLException: Column Index out of range, 0 < 1. below is the my
the statement should be like this
while (resultSet.next())
resultSet.getBlob(1);
col index from 1 to ...