[JDBC] Reading Timestamp values from a ResultSet

2001-09-18 Thread Whitney Hunter
Hi, I am trying to read a Timestamp value from a ResultSet and am getting the following exception: Bad Timestamp Format at 19 in 2001-09-18 14:01:16.26-07 at org.postgresql.jdbc2.ResultSet.getTimestamp(ResultSet.java:447) at com.watchguard.arch.sql.JdbcHelper.getSQLElement(JdbcH

[JDBC] Connection pooling

2001-09-18 Thread Mihai Gheorghiu
Can someone please point me to a documentation that presents connection pooling in more detail? I am particularly interested in passing the java session username to the database, for signing transactions. Thank you all. ---(end of broadcast)--- TIP

Re: [JDBC] Reading Timestamp values from a ResultSet

2001-09-18 Thread Barry Lind
Yes this is a known bug. It is fixed in the 7.1 JDBC driver. The 7.1 driver should work fine against a 7.0 database. thanks, --Barry Whitney Hunter wrote: > Hi, > > I am trying to read a Timestamp value from a ResultSet and am getting the > following exception: > > Bad Timestamp Format at