View Single Post
  #5 (permalink)  
Old 10-27-2008, 04:34 PM
anglisa
 
Posts: n/a
Diggs:
Default Re: Calling Oracle stored procedure

Thanks Phil,

We coded to_date('" & arguments.date_time_received & "','yyyy-mm-dd
hh:mi:ss')" in the pl/sql procedure and simply passed the date_time_received in
CF_SQL_TIMESTAMP format and the problem is solved. Thanks.

Lisa

Reply With Quote