File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Problem with CachedRowSet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Problem with CachedRowSet" Watch "Problem with CachedRowSet" New topic
Author

Problem with CachedRowSet

Maria Peter
Greenhorn

Joined: Oct 27, 2003
Posts: 29
I tried to use Cached RowSet for sybase.> I'm using sybase 12.5
and the jdbc driver jconn2.jar is 5.5 version.
I get the following exception:
Caused by: com.sybase.jdbc2.utils.UnimplementedOperationException:
The method com.sybase.jdbc2.tds.RowFormatToken.getSchemaName has not been completed
and should not be called.
Looks like the driver does not support the rowset implementation.
Can you please tell me which DBMS driver are you using? Does it work with DB2?
Thanks for your help
Maria
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56529
    
  14

This has nothing at all to do with JSP. Moving to the JDBC forum.
Maria please be sure to post your questions in the correct forum.
bear


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Jamie Robertson
Ranch Hand

Joined: Jul 09, 2001
Posts: 1879

Maria,
usually the CachedRowSet implementation is not part of the standard JDBC implementation, but is usually in a separate JDBC extension jar file. Not sure about Sybase, but have a look for it where you downloaded your driver from. As for DB2, I use the JTOpen drivers.
Jamie
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem with CachedRowSet
 
Similar Threads
com.sybase.jdbc2.SybConnection: SET CHAINED command not allowed within multi-statement transaction
UnsupportedCharset
Problem with CachedRowset
unable to use CachedRowSet
RowFormatToken.getSchemaName