Sending cursors to a store procedure

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
ies
Posts: 26
Joined: Thu 26 Feb 2009 08:10

Sending cursors to a store procedure

Post by ies » Thu 14 May 2009 07:06

Hi,

I have a Oracle stored procedure called myfunction:

FUNCTION myfunction (mycursor IN cur_valueslist
, myone IN VARCHAR2)
RETURN cur_valueslist
IS

[...]

Can I send a parameter of type cursor to a store procedure?


thanks,
________
Bmw x5 m
Last edited by ies on Thu 24 Feb 2011 06:05, edited 1 time in total.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 14 May 2009 13:50

There is no technical possibility to implement this behaviour.
Sorry for the inconvenience.
But our LINQ to Oracle implementation allows such scenario.

ies
Posts: 26
Joined: Thu 26 Feb 2009 08:10

Post by ies » Thu 14 May 2009 14:10

Can you show an example please?

thanks,
________
FREE GIFT CARDS
Last edited by ies on Thu 24 Feb 2011 06:05, edited 1 time in total.

ies
Posts: 26
Joined: Thu 26 Feb 2009 08:10

Post by ies » Fri 15 May 2009 07:42

Sorry, is right!!!
________
Stranger Originated Life Insurance Advice

Post Reply