This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
ResultSet--Can not able to get the value of the column
abhi thewall
Greenhorn
Joined: Mar 08, 2008
Posts: 1
posted
0
Hi All,
I am working on a swing project.I have created the statement and executed query.
Got the result set object.Now fron result set object I am trying to get the value of the column amount using rs.getInt("Amount");
Its showing Invalid cursor state.
I can get the meta data from the resultset object and from where if i am trying to find the column number or column name its giving correctly.
But not able to call any other method on resultset object except rs.next,rs.first etc.
Here is the code:--
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: ResultSet--Can not able to get the value of the column