Hi there,
I am currently prototyping a .NET app towards a legacy Oracle DB.
Quite a bit of the meat of the legacy app is inside stored procs &
functions.

I read a bit about using procs, and it looks like ref out cursors can
be supported. Fair enough!

We have a number of functions that have a single return value - there
I have found no support within NHibernate. Am I missing something?
Right now I am back to using an OracleCommand and lending the
connection/transaction from the ISession :) Is this the right approach
in this case?

Then there is some nastiness involved in that some functions will
create an ad-hoc created PL/SQL table and fill it by passing it into a
proc as out parameter. I need to do some research there myself, but
anybody encountered this and knows how to get to the data contained in
that PL/SQL table from within .NET / NHibernate?

Many thanks for any advice, pointing to docs, etc.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to