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 Exception in Using CachedRowSet while populating the Resultset 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 "Exception in Using CachedRowSet while populating the Resultset" Watch "Exception in Using CachedRowSet while populating the Resultset" New topic
Author

Exception in Using CachedRowSet while populating the Resultset

amarshi mohanty
Ranch Hand

Joined: Jul 01, 2008
Posts: 110
Hi All,

stmt = conn.prepareStatement(sqlStr.toString());
rs = stmt.executeQuery();
crs.populate(rs);

Due To last line i am getting an exception as:
java.sql.SQLException: Invalid column display size. Cannot be less than zero


but if i just execute teh resultset and iterate it ,all works fine.
m using PostGreSQL 8.1.
is there some pblm with postgresql when accessing from CachedRowSet.

Thanks
Amarshi Mohanty

SCJP (97%), SCWCD (95%))
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Exception in Using CachedRowSet while populating the Resultset
 
Similar Threads
CachedRowSet not populating?
CachedRowSet.acceptChanges();
Problem with sun.jdbc.rowset.CachedRowSet
CachedRowSet is an abstract class
Transaction Control using CachedRowSet