Calling a oracle Stored Procedure using Oracle Adapter - Dat

Dear All,

We are using oracle adapter to call a sp, onde of its paramenters is a data time value, we call find a correct date format to call it and passa a date and the time, calling it inside oracle environment, we can use “to_date” before de string value in order to convert it in a database value date format. What we have to do in order to make the same using the oracle adapter?

I set the data type in adapter to timestamp, but it still not working.

Cheers.

Perez