Search found 1 match

by Luka
Thu 28 Feb 2008 08:19
Forum: dotConnect for Oracle
Topic: OraDirect and StoredProcedure
Replies: 1
Views: 2186

OraDirect and StoredProcedure

Hi,

I m using OraDirect .NET 4.50.30 Mobile to connect to Oracle Database.
Now I m trying to use the OracleCommand and the OraDataTable Component to execute a Stored Procedure but I'm getting this error

Code generation for property 'OracleValue' failed. Error was: 'Property accessor 'OracleValue' on object 'CoreLab.Oracle.OracleParameter' threw the following exception:'Specified method is not supported.''

We are using Oracle ref cursors:
TYPE t_resultset IS REF cursor
could be that the reason for the error message

thx Luka