Originally posted by jahanns:
Hi
Iam using the below mentioned things....
OS / webserver : Linux.
DatabaseServer: WinNT
Database :Oracle 8i
JDK : 1.2.2
JSDK 2.0
JDBC thin client driver.
Programming lang Servlets
my problem is that I cannot control the record set Cursor i.e moving the corsor to a fixed record in a table etc etc..
Is there a way though which i can do that ......do i need some additional drivers for that.....or i need to do some changes to the above mentioned configuration.
I would appreciate if you could send response at edwin@ctechindia.com
Regards
Edwin
Modified by John http://jahanns.virtualave.net/
??? java.sql.ResultSet for jdk 1.2 has a rich set of methods for controlling cursor movements including next(), previous(), first(), last(), absolute(int row), relitive(int row) etc...
The system configuration you have listed above looks like it should support this. The only thing that I don't see is, what
IDE are you using?