hi,
it means that jdbc driver does not support jdbc 2.0 ,it maight be jdbc
1.0 .jdbc 1.0 does not support scrollable resultset.so check that driver
version.
bye,
hari.
At 12:49 PM 12/13/99 -0600, you wrote:
>Hi everybody !
>
> I my servlet I have a Query to a database which should retrieve serveral
>records, but when the query is executed the resultset pointer is in the last
>record so I tried to move to the first position, then I tried "rs.first();",
>and I get this error: java.lang.UnsopportedOperationException, I soppose it
>is because it�s not a scrollable resultset, so how do I make it scrollable ?
>
>Thanks in advance !
>
>�������������������������������������
> Jaime Santana Ruelas
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> ICQ: 19745928
>�������������������������������������
>
>> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html