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


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
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.
Does it work with DB2?
Or can you please tell me which is the best way to cache data for DB2 and sybase database
Thanks for your help
Maria
Maria Peter
Greenhorn

Joined: Oct 27, 2003
Posts: 29
please some one help me
Maria
 
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