7 messages in org.postgresql.pgsql-jdbcerror code when database does not exist
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:error code when database does not existActions...
From:surabhi.ahuja (sura@iiitb.ac.in)
Date:Jul 25, 2006 4:26:34 am
List:org.postgresql.pgsql-jdbc

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