Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Invalid column display size. Cannot be less than zero



Hi alan.

I guess you should cast your db table column type from varchar/text  to varchar(n).

Roman.

On 25 Jul 2006 03:42:36 -0700, alan < a(dot)alerta(at)mainfield(dot)com> wrote:
Hi all!

I'm using postgresql-8.1-407.jdbc3.jar.

The following code:
CachedRowSet cachedRowSet = new CachedRowSetImpl();
cachedRowSet.populate(resultSet);

raise the following exception:
java.sql.SQLException : Invalid column display size. Cannot be less than
zero
        at
javax.sql.rowset.RowSetMetaDataImpl.setColumnDisplaySize(RowSetMetaDataImpl.java:267)
        at
com.sun.rowset.CachedRowSetImpl.initMetaData (CachedRowSetImpl.java:702)
        at com.sun.rowset.CachedRowSetImpl.populate(CachedRowSetImpl.java:620)
        at com.mainfield.test.TestJoinRowSet.run(TestJoinRowSet.java:47)
        at com.mainfield.test.TestJoinRowSet.main (TestJoinRowSet.java:71)

Last informations available about this issue it's on this mailing list
one year ago.
Someone has news about this issue?

Many thanks!
Regards.


---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group