Hi,
I have an sql stored procedure which accepts two dates, however when I send them in my open query, oracle does not like the date format for some reason....
How can I change the dateformat to YYYY-MM-DD from dd-mm-yyyy in the stored procedure before sending using it.
e.g SET @startdate = CONVERT??
Thanks,
Tina