Re: [INTERFACES] jdbc, Dates, and JBuilder

Поиск
Список
Период
Сортировка
От Peter Mount
Тема Re: [INTERFACES] jdbc, Dates, and JBuilder
Дата
Msg-id Pine.LNX.3.95.980625074612.7022E-100000@taer.maidstone.gov.uk
обсуждение исходный текст
Ответ на jdbc, Dates, and JBuilder  (Dallas Hockley <hockleyd@cybersurf.net>)
Список pgsql-interfaces
On Wed, 24 Jun 1998, Dallas Hockley wrote:

> Got a wee problem here, and I'm having a devil of a time locking it
> down....
>
> Using 6.3.1 Postgresql,

Get hold of the 6.3.2 version of the driver, as there were a lot of
JBuilder related additions to it since 6.3.1 (it will work with 6.3.1
backends).

> with the accompanying jdbc driver, and using
> Jbuilder 1.01 and 2.0, I am reading in a string, converting it to
> a valid and correct sql.date, putting that into a DataRow instance
> (Borland class) and committing the row to the database.  The data is
> correct in the data row as it prepares for the commit.
>
> After insert, when the row is retrieved, the day is consistently 1 too
> large.  e.g. 04-14-1998 becomes 04-15-1998 after it's been committed via
> the jdbc driver.  What I'm not sure of is if it's the driver, the
> database, the datarow class or some interface between two of them.

This is an old Java bug that I thought I had got rid of. The
java.util.Date class seems to loose a day somewhere in the conversion
(at least this is with JDK1.1.3 which I still use).

> Has anyone experienced similar behaviour, or has anyone got a definitive
> "it can't be ..... because.... "

No, it's definitley in there.

I thought I had got rid of it by adding one to the day in ResultSet... it
looks like I'll have to add "fix Date support" to the list of things to
work on again.

--
Peter Mount, peter@maidstone.gov.uk
Postgres email to peter@taer.maidstone.gov.uk & peter@retep.org.uk
Remember, this is my work email, so please CC my home address, as I may
not always have time to reply from work.



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Dallas Hockley
Дата:
Сообщение: jdbc, Dates, and JBuilder
Следующее
От: roberto@mha.com.br (Roberto Joao Lopes Garcia)
Дата:
Сообщение: Re: [INTERFACES] Escape Characters