Re: RowSet error

Поиск
Список
Период
Сортировка
От Michael Laccetti
Тема Re: RowSet error
Дата
Msg-id 20050314151325.C04CD563D9@svr1.postgresql.org
обсуждение исходный текст
Ответ на Re: RowSet error  (Kris Jurka <books@ejurka.com>)
Ответы Re: RowSet error  ("Michael Laccetti" <michael@s2g-limited.com>)
Список pgsql-jdbc
I did attempt to implement the fix suggested here:
http://archives.postgresql.org/pgsql-jdbc/2005-02/msg00049.php.  However, I
still get the same problem.  I'm not sure if I've missed something, or if
there's another call somewhere.  The stack trace of the exception is:

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)

The specific code trying to populate it seems to be relatively simple:
rslt = stmt.executeQuery(query);
crs.populate(rslt);

That's about all that I have.

Mike

-----Original Message-----
From: Kris Jurka [mailto:books@ejurka.com]
Sent: March 13, 2005 17:06
To: Michael Laccetti
Cc: pgsql-jdbc@postgresql.org
Subject: Re: [JDBC] RowSet error



On Sun, 13 Mar 2005, Michael Laccetti wrote:

> I'm trying to populate a RowSet from a ResultSet, but have been
> getting a nice little error:  "Invalid column display size. Cannot be
> less than zero".  I checked the archives, and noticed that somebody
> else reported this in February. They suggested changing the source to
> set it to return 0 in certain methods instead of -1.  I attempted to
> do the same, rebuild the archive, and tried again.  Nada.  Still having the
same problem.
> Is there something that I'm missing?
>

You have not shown what you have done and what error you are still getting, so
no one can really tell what the problem is.

The original problem is still in Sun's hands as Amit Handa said he'd ask around
at Sun to see if this is their problem or ours.

Kris Jurka



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: David Gagnon
Дата:
Сообщение: Re: [GENERAL] preoblem in jdbc postgresql and tomcat
Следующее
От: "Michael Laccetti"
Дата:
Сообщение: Re: RowSet error