I had the same issue. Change the datatype for the column from date to timestamp then timestamp value will be inserted. Hope this will help your problem.
Sriram. -----Original Message----- From: Robert Kromkamp [mailto:[EMAIL PROTECTED] Sent: Monday, May 09, 2005 10:53 AM To: 'Apache Torque Users List' Subject: RE: R�f. : date fields / oracle Does it really go wrong with inserting the record into the database? What's the result when you just print the date/timestamp before saving it. Perhaps you do something wrong with assigning a value. -----Original Message----- From: Roel van Dijk [mailto:[EMAIL PROTECTED] Sent: maandag 9 mei 2005 16:44 To: Apache Torque Users List Subject: Re: R�f. : date fields / oracle On 5/9/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > You can use TIMESTAMP instead of DATE > <column name="LAST_LOGIN" type="TIMESTAMP"/> This still gives me me a time of 00:00:00 in the database.. -- Roel -- [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
