المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : call Oracle function which returns a REF CURSOR - tutorial?



C# Programming
05-06-2009, 05:00 PM
hello, I need to call an Oracle FUNCTION which returns a REF CURSOR - tutorial?

closest I found is this, which illustrate stored proc (not function) with CURSOR output param (and use of OracleParameter with type=OracleType.Cursor)

http://support.microsoft.com/kb/322160[^ (http://support.microsoft.com/kb/322160)]

Thanks

dev