7 messages in org.postgresql.pgsql-jdbcInvalid column display size. Cannot b...
FromSent OnAttachments
alanJul 25, 2006 3:42 am 
surabhi.ahujaJul 25, 2006 4:26 am 
alanJul 25, 2006 5:03 am 
Roman ChervotkinJul 25, 2006 8:17 am 
Kris JurkaJul 25, 2006 9:33 am 
alanJul 25, 2006 11:44 pm 
Kris JurkaJul 26, 2006 8:42 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Invalid column display size. Cannot be less than zeroActions...
From:alan (a.al@mainfield.com)
Date:Jul 25, 2006 5:03:45 am
List:org.postgresql.pgsql-jdbc

"surabhi.ahuja" ha scritto:

i want to know what error code will be returned if the database does not exist.

i have the following list, howvere do not know which one shall be returned when
database itself does not exits

http://www.postgresql.org/docs/8.0/static/errcodes-appendix.html

thanks, regards Surabhi

________________________________

From: pgsq@postgresql.org on behalf of alan Sent: Tue 7/25/2006 4:12 PM To: pgsq@postgresql.org Subject: [JDBC] Invalid column display size. Cannot be less than zero

*********************** Your mail has been scanned by InterScan VirusWall. ***********-***********

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

------_=_NextPart_001_01C6AFDD.CE284DAA Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Google-AttachSize: 2992

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD>

<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7233.69"> <TITLE>[JDBC] Invalid column display size. Cannot be less than zero</TITLE> </HEAD> <BODY> <DIV id=idOWAReplyText49442 dir=ltr> <DIV dir=ltr><FONT face=Arial color=#000000 size=2></FONT>&nbsp;</DIV></DIV> <DIV dir=ltr>i want to know what error code will be returned if the database does not exist.</DIV> <DIV dir=ltr>&nbsp;</DIV> <DIV dir=ltr>i have the following list, howvere do not know which one shall be returned when database itself does not exits</DIV> <DIV dir=ltr>&nbsp;</DIV> <DIV dir=ltr><A
href="http://www.postgresql.org/docs/8.0/static/errcodes-appendix.html">http://www.postgresql.org/docs/8.0/static/errcodes-appendix.html</A></DIV> <DIV dir=ltr>&nbsp;</DIV> <DIV dir=ltr>thanks,</DIV> <DIV dir=ltr>regards</DIV> <DIV dir=ltr>Surabhi<BR></DIV> <DIV dir=ltr> <HR tabIndex=-1> </DIV> <DIV dir=ltr><FONT face=Tahoma size=2><B>From:</B> pgsq@postgresql.org on behalf of alan<BR><B>Sent:</B> Tue 7/25/2006 4:12 PM<BR><B>To:</B> pgsq@postgresql.org<BR><B>Subject:</B> [JDBC] Invalid column display size. Cannot be less than zero<BR></FONT><BR></DIV> <DIV> <P><FONT size=2>***********************<BR>Your mail has been scanned by InterScan VirusWall.<BR>***********-***********<BR><BR><BR>Hi all!<BR><BR>I'm using postgresql-8.1-407.jdbc3.jar.<BR><BR>The following code:<BR>CachedRowSet cachedRowSet = new CachedRowSetImpl();<BR>cachedRowSet.populate(resultSet);<BR><BR>raise the following exception:<BR>java.sql.SQLException: Invalid column display size. Cannot be less than<BR>zero<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at<BR>javax.sql.rowset.RowSetMetaDataImpl.setColumnDisplaySize(RowSetMetaDataImpl.java:267)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
at<BR>com.sun.rowset.CachedRowSetImpl.initMetaData(CachedRowSetImpl.java:702)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
com.sun.rowset.CachedRowSetImpl.populate(CachedRowSetImpl.java:620)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
com.mainfield.test.TestJoinRowSet.run(TestJoinRowSet.java:47)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.mainfield.test.TestJoinRowSet.main(TestJoinRowSet.java:71)<BR><BR>Last informations available about this issue it's on this mailing list<BR>one year ago.<BR>Someone has news about this issue?<BR><BR>Many thanks!<BR>Regards.<BR><BR><BR>---------------------------(end of broadcast)---------------------------<BR>TIP 2: Don't 'kill -9' the postmaster<BR><BR></FONT></P></DIV>

</BODY> </HTML> ------_=_NextPart_001_01C6AFDD.CE284DAA--

For "surabhi.ahuja": Please start a new thread with your question. Thanks.

Back to my problem.... Same problem also with postgresql-8.2dev-503.jdbc3.jar

Thanks. Regards.