This is a discussion on ResultSet.getDate throws too long within the pgsql Interfaces jdbc forums, part of the PostgreSQL category; --> Hi, I am using the 74 driver on a 8.0.3 Database. Using getDate on a resultSet I get an ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I am using the 74 driver on a 8.0.3 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. Is this a known bug? Regards, Konstantin -- Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185 ---------------------------------------------------------------------------- "Captain, this ship will not survive the forming of the cosmos." B'Elana Torres ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| ||||
| 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 |