.Net Oracle Data Provider: Can I Call A Stored Function [message #103560] |
Thu, 15 January 2004 03:27 |
William Elcock
Messages: 1 Registered: January 2004
|
Junior Member |
|
|
Hi,
I'm fairly new to .Net and have what is probably a dumb question. I am using c# with the Oracle .Net ODP (not the MS one) and am trying to make a call to a stored function. The function takes a single parameter, performs an insert of that value into a table and returns a - hardcoded (for testing purposes) - value.
I can't get this to work though. No errors are returned but neither does the call return a value. In addition, the insertion statement just creates a blank record....
Can anyone shed some light on this for me?
Many thanks.
|
|
|