passing stored procedure result set to .NET (alternative to REF CURSOR)??
611859Feb 27 2008 — edited Feb 27 2008Hello PL/SQL gurus,
I am writing some stored procedures that populate TEMP TABLEs, open REFERENCE CURSOR for that temp table and pass the result set to .NET via reference cursors. This is the only approach I know. Is there any other way I can pass the result set to .NET?? I have to create too many temp tables in database which I don't want.
How do you do this? Please suggest me. Thanks,