Hi,
When I execute a store procedure in Oracle OLEDB connection, it got error:
ADO Error Code: 0x80040e14 Source: OraOLEDB Description: ORA-06550: line 1, column 8: PLS-00306: wrong number or types of arguments in call to 'PRC_FLOAT' ORA-06550: line 1, column 8: PL/SQL: Statement ignored Native Error: 6550 [Database Vendor Code: 6550 ]': ADO Error Code: 0x80040e14 Source: OraOLEDB Description: ORA-06550: line 1, column 8: PLS-00306: wrong number or types of arguments in call to 'PRC_FLOAT' ORA-06550: line 1, column 8: PL/SQL: Statement ignored Native Error: 6550 [Database Vendor Code: 6550 ]
Then I found a below doc to suggest me set "PLSQLRSet" property to TRUE
https://docs.oracle.com/cd/E51173_01/win.122/e18594/using.htm#OLEDB168
However it also doesn't work, I attached my sample App, could you please help me to check whether my code is correct?
Thanks
Spring