Re: OJB date => jdbc date is not saving time part(Scanned for viruses: NotesAdmin)

2003-04-03 Thread vberezniker
;OJB Users List" <[EMAIL PROTECTED]> cc: Subject: Re: OJB date => jdbc date is not saving time part(Scanned for viruses: Notes Admin) Thanks for your reply. The actual Oracle field is DATE type and I cannot change it to TIMESTAMP (DBA will kill me ;-)). Therefore

Re: OJB date => jdbc date is not saving time part(Scanned for viruses: NotesAdmin)

2003-04-03 Thread gfaerman
3/2003 03:47 PM Please respond to "OJB Users List" To: [EMAIL PROTECTED] cc: Subject:OJB date => jdbc date is not saving time part(Scanned for viruses: Notes Admin) Hi all, I´m saving a java.sql.date to an Oracle field using OJB DATE mapping.

Re: OJB date => jdbc date is not saving time part(Scanned for viruses: NotesAdmin)

2003-04-03 Thread vberezniker
elps, Vladimir Berezniker Sr. Programmer Analyst Staten Island University Hospital [EMAIL PROTECTED] 04/03/2003 03:47 PM Please respond to "OJB Users List" To: [EMAIL PROTECTED] cc: Subject: OJB date => jdbc date is not saving time part(Scann

RE: OJB date => jdbc date is not saving time part

2003-04-03 Thread Lance Eason
dbc date is not saving time part Hi all, I´m saving a java.sql.date to an Oracle field using OJB DATE mapping. The java.sql.date ojbect is being set with system date & time. obj.lastModifDate(new java.sql.Date(System.currentTimeMillis())); // Lets say ,with the right mask it would be 03/04/

OJB date => jdbc date is not saving time part

2003-04-03 Thread gfaerman
Hi all, I´m saving a java.sql.date to an Oracle field using OJB DATE mapping. The java.sql.date ojbect is being set with system date & time. obj.lastModifDate(new java.sql.Date(System.currentTimeMillis())); // Lets say ,with the right mask it would be 03/04/2003 15:40:17. When we retrieve the