View Single Post

   
  #2 (permalink)  
Old 04-16-2008, 12:57 AM
Oliver Jowett
 
Posts: n/a
Default Re: ResultSet.getDate throws too long

Konstantinos Agouros wrote:

> I am using the 74 driver on a 8.0.3 Database.


This is not a supported configuration to begin with. Use an 8.0 or later
driver to talk to an 8.0 database.

> Using getDate on a
> resultSet I get an error claiming, that it is too long. I sent
> a set pgdatestyle='German' before retreiving the data.


... and changing the datestyle is sure to confuse the driver, too. Don't
do that.

-O

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote