"Gareth Coltman" <[EMAIL PROTECTED]> writes:

> I have noticed an interesting thing when I tried to insert dates into mysql
> with years that predate 1977.
> 
> The OM expects me to use the java.util.Date class, and passing this works
> fine for all dates after 1977. Before that however, I think the jdbc mysql
> driver is killing the date for some reason.
> 
> I tried to use the java.sql.Date class instead, but then I get no dates at
> all.
> 
> Has anybody else experienced this problem???

Hmm...I wonder if this has anything to do with it being pre-epoch.
If any of the storage steps converts to a UNIX date, this could be a
problem.
-- 

Daniel Rall <[EMAIL PROTECTED]>


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to