RE: Multiple parameters in sqlmap parameters.

2009-06-03 Thread meindert
ne 2009 11:45 PM To: user-java@ibatis.apache.org Subject: Multiple parameters in sqlmap parameters. Please excuse me if this turns out to be a dumb question. Is it possible to do something simple like pass two int parameters into a statement? These are the examples I see in the manual: One simpl

Re: Multiple parameters in sqlmap parameters.

2009-06-01 Thread Jeff Stahl
Actually, the easiest way to handle the same thing is to put both parameters into a Map (HashMap works nicely), and pass the Map as the single parameter that iBATIS methods take. Hope This Helps, Jeff Stahl NathanM wrote: Please excuse me if this turns out to be a dumb question. Is it poss

Multiple parameters in sqlmap parameters.

2009-06-01 Thread NathanM
two ints? Nathan -- View this message in context: http://www.nabble.com/Multiple-parameters-in-sqlmap-parameters.-tp23822891p23822891.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.