Re: Errors while trying to use Oracle REF_CURSOR procedure
Posted: Thu Jan 02, 2020 6:28 pm
Hello,
In the winforms designer, you should make the following steps:
- in the query specify the only name of the stored procedure (!!! without any parameters, !!! only name)
- add all parameters and set types
- retrieve columns.
Thank you.
In the winforms designer, you should make the following steps:
- in the query specify the only name of the stored procedure (!!! without any parameters, !!! only name)
- add all parameters and set types
- retrieve columns.
Thank you.