Thanks, Exactly did the same used String instead of TimeStamp ! :-) Thanks again
<vignesh/> "Winning solutions find the right balance between market needs and technical needs" -----Original Message----- From: Thomas Dudziak [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 6:15 PM To: [email protected] Subject: Re: Insert SQL error in PostgreSQL 8.1 On 2/16/06, Vignesh Swaminathan <[EMAIL PROTECTED]> wrote: > The model is read from the database using > platform.readModelFromDatabase(dataSource.getConnection(), null); Ok, and does the model has TIMESTAMP or VARCHAR as the type for the columns ? And do you set the values at the dynabean as Strings (which would be wrong) or as java.sql.Timestamp objects ? Tom *************************************************************************************************** The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. This email does not constitute any commitment from Cordys Holding BV or any of its subsidiaries except when expressly agreed in a written agreement between the intended recipient and Cordys Holding BV or its subsidiaries. ***************************************************************************************************
