> Maybe a p6spy output of your sql statement gives more 
> information of what is really happening. Sorry, if my reply 
> may not be very helpful.

Here's what p6spy has:

INSERT INTO events (eventId,eventDate) VALUES (?,?) |INSERT INTO events
(eventId,eventDate) VALUES ('101','2003-07-31') 

This looks like an insert to a varchar field not a Date field.  So I
changed the column to a varchar and it worked.  So ....  I think this is
not what I want.  Also, this doesn't seem like the correct *default*
behavior for jdbc-type of Date.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to