Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.sql.SQLException: No data found

843859Apr 6 2006 — edited Apr 11 2006
I 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 9 2006
Added on Apr 6 2006
5 comments
199 views