Re: IBATUS - Fetching a List of List of Strings from the XML Mapping - Help Needed

2009-12-18 Thread Nathan Maves
First off welcome to ibatis! Second please don't use this email list for help topics like this. You should use the user-java@ibatis.apache.org for normal question like this. This allows others in the community to help. I have included it in the reply to move this to the correct email list. You

Re: Stored Procedures iBatis version 3 beta

2009-12-18 Thread Clinton Begin
You might want to check out the new documentation. The new parameter format is: #{param}, not #param# On Fri, Dec 18, 2009 at 6:44 AM, JJ Stuart wrote: > > I'm a newbie to iBatis and am currently trying to call a parameterised > stored > procedure using v3.5 beta of iBatis. > > The following m

Stored Procedures iBatis version 3 beta

2009-12-18 Thread JJ Stuart
I'm a newbie to iBatis and am currently trying to call a parameterised stored procedure using v3.5 beta of iBatis. The following mapping works with a hardcoded value http://ibatis.apache.org/dtd/ibatis-3-mapper.dtd";> {call test_proc3 (102)}