Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ResultSet problem

Status
Not open for further replies.

ewan91

Programmer
Jun 25, 2001
13
0
0
GB
Hi

i have code that compiles, and returns the first row of a resultset to a window,
however when i use my menu items to navigate to the last, first etc rows of the result set i get

Exception Occurered during event dispatching:
java.lang.unsupportedOperationException

on the console and nothing happens in the window

any ideas what is happening

thanks
ewan
 
What version of JDBC are you using? I think version 1.0 doesn't allow you to navigate to a previous record.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top