OraDirect and StoredProcedure

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Luka
Posts: 1
Joined: Wed 27 Feb 2008 14:39

OraDirect and StoredProcedure

Post by Luka » Thu 28 Feb 2008 08:19

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

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Thu 28 Feb 2008 15:52

Please send me a small test project to reproduce the problem.
It is desirable to use 'emp' and 'dept' database objects, otherwise include the
definition of your own database objects.
Do not use third party components.
If it is impossible for you to create the test project, send us a piece of
your code where the error occurs.

Post Reply