A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Databases
»
JDBC
Author
Moving to a specific record
Ali Gohar
Ranch Hand
Joined: Mar 18, 2004
Posts: 572
posted
Apr 13, 2004 06:42:00
0
Hi All,
Can anyone tell me how can i move to a specific record in a resultset?
I am using sun.jdbc.odbc.JdbcOdbcDriver
David O'Meara
Rancher
Joined: Mar 06, 2001
Posts: 13459
I like...
posted
Apr 13, 2004 07:18:00
0
The JdbcOdbcDriver doesn't really support anything of much use. Get the
ResultSet
, then call rs.next() until you get to the record you need
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: Moving to a specific record
Similar Threads
executeUpdate() returning unexpected results
FileInputStream to read records from a text file
How to make a MVC update control
urlybird 1.1.1 (int recNo)
Calling servlet from SQL Server Triggers
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter