Hello,
When I use more than one type in output parameter, such like this:(
SEARCHSTRING IN VARCHAR2 ,
OUTCURSOR IN OUT SYS_REFCURSOR
RETURNCODE OUT NUMBERMESSAGE OU VARCHAR2
) AS...
What is correct set for Oracle Connector?
Hello.
In all my testes, I dont found any way to do a IN\OUT parameter works with this extension, the solution for me was alter the procedure to use a IN and OUT parameter differents
if it helps you, please mar as "solved"