in reply to Binding a date in a call to an Oracle function

As it turns out i was completely wrong in my assumption that it was the date field that was failing!!!!
It was really the next field in the parameter list: $origin
The oracle function has the input field declared as simply char, with no size implied.... I changed the function to assign a specific type and size and it all worked swimmingly...
Many thanks to those who responded tho'
cheers
pete
  • Comment on Re: Binding a date in a call to an Oracle function