OraDirect.NET Mobile version stored Procedure support

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
newUser
Posts: 1
Joined: Wed 28 May 2008 10:21

OraDirect.NET Mobile version stored Procedure support

Post by newUser » Wed 28 May 2008 12:27

Hello,

I have tried to use stored procedure from a mobile device (the only way is to use direct mode). And the call of a stored procedure returning ref cursors seems that doesn´t works. Is this functionallity supported? Is a Bug?

Best Regards

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

Post by Alexey.mdr » Wed 28 May 2008 12:55

OraDirect .NET Mobile supports this feature.
Please try running a stored procedures sample here:
%Program Files%CoreLab\OraDirect.NET2 Mobile\Samples\StoredProc\
Please check in SQL*Plus that the stored procedure returns ref cursors.
What exception or error do you receive?
Additionally, see "Working with Cursors" topic in the product's help.

Post Reply