Re: how can i add an input parameter to this example

2009-05-04 Thread Chema
Could you paste parameterMap definition ? 2009/5/4 Bhaarat Sharma : > I am trying to mold my code so it works with oracle stored procedures. The > SP will return multiple resultsets (cursors) and will also take in a > parameter. > I was looking at the following example on the wiki. > http://opens

Re: how can i add an input parameter to this example

2009-05-04 Thread Sundar Sankar
As far as I know, U cant do multiple cursor returns with Ibatis. I remember having tried it way before and was unsuccessful. Am not sure if the later versions have them. -Sundar On Mon, May 4, 2009 at 12:33 PM, Bhaarat Sharma wrote: > I am trying to mold my code so it works with oracle stored p

how can i add an input parameter to this example

2009-05-04 Thread Bhaarat Sharma
I am trying to mold my code so it works with oracle stored procedures. The SP will return multiple resultsets (cursors) and will also take in a parameter. I was looking at the following example on the wiki. http://opensource.atlassian.com/confluence/oss/pages/viewpage.action?pageId=5653 I have tw