Efrain - You need JDBC 2.0 in order to use any of those ResultSet methods (i.e. first(), last(), absolute(), etc..) -----Original Message----- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Efrain Gutierrez Sent: Tuesday, April 25, 2000 5:00 PM To: [EMAIL PROTECTED] Subject: JDBC-ODBC Bridge with Access DB UnsupportedOperationException This it's the error that i get when i try to use the last method in a resultset: [25/04/2000 16:12:54:700 CDT] java.lang.UnsupportedOperationException at sun.jdbc.odbc.JdbcOdbcResultSet.last(JdbcOdbcResultSet.java:2381) at Login.doGet(Login.java:33) at javax.servlet.http.HttpServlet.service(HttpServlet.java:499) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:314= ) at org.apache.jserv.JServConnection.run(JServConnection.java:188) at java.lang.Thread.run(Thread.java:479) I look in the archives of this list but there it's nothing concrete.. in resume from the method's that manipule the Resultset.. just the Next work with SQL and Access..why..?? What can i do..!! Did some one know about a JDBC Driver that can support this method's.. with a OJDBC-ODBC Bridge with MSAccess..??? RS.last() RS.first() etc... _______________________ Ing. Efrain Gutierrez Cts Programador/Sistemas SIECOR de Mexico Reynosa,Tamps.MX Phone 052 (89) 210987 Phone 052 (89) 210900 Ext 8448 Fax 052 (89) 210963 [EMAIL PROTECTED] ICQ# 2293612 http://go.to/efrain & http://efrain.go.to Todos los dias preguntate �Cuanto gozo con lo poco que tengo?, y no sufras por lo mucho que anhelas... ___________________________________________________________________________ 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
