java.sql.SQLException: No data found
843859Apr 6 2006 — edited Apr 11 2006I am trying to develop a small application usig Struts Framework. For database operations I am using Access. In that I have created 3 tables. On different operations, i want to deal with these 3 tables. When I try to fetch the records from one table and printing it, the records getting printed. But when I try to assign the same record to a FormBean object or a simple String object, it is throwing exception as "java.sql.SQLException: No data found". Also it is happening only with one table. Rest 2 tables are working fine in similar manner.
Can you help ASAP?