Re: Unsupported method error on methods of ResultSet class
From: Joe Weinstein (joeNOSPAM_at_bea.com)
Date: 03/11/04
- Next message: kk: "Problem with Microsoft jdbc driver"
- Previous message: Benjamin: "Re: Unsupported method error on methods of ResultSet class"
- In reply to: Benjamin: "Re: Unsupported method error on methods of ResultSet class"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Mar 2004 09:00:24 -0800
Benjamin wrote:
> Hi, I have the same problem and I was wondering if there was a way to solve it without changing the source code.
> I am a newcomer as well in this area, and it seams that the problems comes from the type of cursor defined. I am using Weblogic 8.1,
> and in the properties it seems that we can define a 'selectMethod' to 'direct' or 'cursor'. I have tried both of them but i obtain the same problem ( java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Unsupported method: ResultSet.isAfterLast). I am probably misunderstanding something, I am also looking for some documentation on the subject.
>
> Thx for any help
> --
> Benjamin
Hi. The two issues are unrelated. For use in Weblogic, you should definitely set
the selectMethod to cursor. The other issue is simply that the driver has not
implemented the isAfterLast() method, and is telling you that. You will have to either
alter your application code not to depend on that call, or you can use another
driver for MS SQLServer. In 8.1 we ship a very similar-but-better driver for MS
SQLServer. Try that one (weblogic.jdbc.sqlserver.SQLServerDriver)
Joe Weinstein at BEA
- Next message: kk: "Problem with Microsoft jdbc driver"
- Previous message: Benjamin: "Re: Unsupported method error on methods of ResultSet class"
- In reply to: Benjamin: "Re: Unsupported method error on methods of ResultSet class"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|