Re: Some Oracle questions.....

2009-07-23 Thread Juan Pablo Araya
It depends on the procedure. If the out value points to a refcursor use the example i wrote a few days ago. But, if the out is just a simple parameter in the procedure, with the Direction property in the parameter you can get the value: ... other parameters PAMPKG_COLILLAS.u

Re: Some Oracle questions.....

2009-07-23 Thread Michael Schall
The following link describes ParameterMaps http://ibatis.apache.org/docs/dotnet/datamapper/ch03s04.html Here is an example of a SQL Map using stored procedures and parameter maps. http://ibatis.apache.org/mapping"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>