Re: trouble mapping sybase stored procedure to object

2005-06-07 Thread Brandon Goodin
We currently have a JIRA issue to provide support for multiple result sets. http://issues.apache.org/jira/browse/IBATIS-28 In regards to the execute/executeQuery choice. The choice was made to help support the use of oracle ref cursors. I'm not sure we would want to change this in order to accomod

trouble mapping sybase stored procedure to object

2005-06-07 Thread
Hi, This is regarding the issue that occurs when a sybase stored procedure is mapped to an object. At first I thought this was an Ibatis issue because our stored procedure had an input parameter and no output parameter and I thought Ibatis was getting confused. This is not the case.