| Author |
IBATIS - multiple parameter
|
Bruno Frascino
Ranch Hand
Joined: Jul 22, 2003
Posts: 55
|
|
Hello, First time using ibatis. I am having problem trying to passe more than one parameter to my query. I have got: And my DAO implementation: It seems to be right, I get no error, but it is not because it doesn't return any record!! I think there is something to do with the multiple parameters, because when I hardcode one of the parameters (#employeeId# or #userId# ) it returns the data I need. Any help!? I also don't know how to enable the sql statements output, that could maybe help. Thanks!
|
--BJCK--
|
 |
Imre Tokai
Ranch Hand
Joined: Jun 04, 2008
Posts: 123
|
|
Here is an example for resultset: Regards
|
 |
 |
|
|
subject: IBATIS - multiple parameter
|
|
|