return sqeuence.CURRVAL into a dataset
519674Oct 12 2006 — edited Dec 27 2010Hi,
Trying to find if it is possible to return a value into a dataset after and INSERT when using ODP.net. In the MS world you can batch SQL but as i understand this does not work in ODP.net.
I know we can user the returning clause but this involves an output parameter and doesnt fit with the current structure of our DAL Class.
Any ideas?
Message was edited by:
JA