Oracle Thin Driver & Scrollable Result Sets [message #366594] |
Thu, 07 October 1999 10:05 |
Wendy Attenberger
Messages: 1 Registered: October 1999
|
Junior Member |
|
|
Does anyone know if the Oracle Thin Driver (classes111.zip) supports the creation of a
scrollable result set in JDBC 2.0?
We can get the forward only resultset to work, but
the web page hangs and an NT error is thrown when trying to create a forward result set like below:
Statement stmt = con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE)
We are running JRUN and Oracle 8i.
Thanks.
|
|
|