Database Adapter - Issue with datetime datatype of Database column
Summary
Issue with datetime datatype of Database columnContent
Hi Everyone,
We are connecting to on-premise database and issuing insert statement. The insert statement contains a field of datatype 'datetime'. We are passing a parameterized string value ('30-12-2020') but end up in conversion/translation error.
Example statement: insert into dbtable(id, creationDate) values (#p_id,#p_creationDate)
Can any of you please advise?
Regards,
Karthick.R
Version
20.4.2.0.0 (201009.0200.37961)0