Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Crystal Reports, passing varchar to stored procedure
>
> Change your procedure parameter to IN OUT even if nothing is coming back
> out. That often solves the problem.
Thanks for the suggestion, but unfortunately, it didn't work.
>
> BTW: If your procedure is named 'cursor' rename it to something that is
> not a reserved word.
That was just a dirty example, here is the procedure declaration:
order_by in out varchar2, where_clause in out varchar2
All I do is open a cursor on some dynamic sequel, which works great as long as I don't pass anything into the order_by or where_clause params (and for argument's sake, the procedure works fine if i plug some other LOCAL string in the place of those clauses). Additionally the inspection_id_in works fine as it is.
Thanks again,
Kurt
Received on Fri May 09 2003 - 07:33:15 CDT
![]() |
![]() |