This is my logging fort the problem I described before: {conn-100006} Connection {pstm-100007} PreparedStatement: {call WEB_HSPORTART(?, ?, 0, ?)} {pstm-100007} Parameters: [D, 0, TW] {pstm-100007} Types: [java.lang.String, java.lang.Integer, java.lang.String] {rset-100008} ResultSet {rset-100008} Header: [HSPBEZ, HSPART, P_SORTKZ] {rset-100008} Result: [Fussball, FB , AFB] Returned connection 6637010 to pool.
The result "[Fussball, FB , AFB]" is only 1 out of 6 datasets that I should get back. When I execute the parameters "[D, 0, TW]" directly against the database I get back all results - but with queryForList() or queryForPaginatedList() there is only the first dataset returned in my List object. Michael -----Ursprüngliche Nachricht----- Von: Brandon Goodin [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 29. Mai 2005 00:37 An: ibatis-user-java@incubator.apache.org Betreff: Re: Stored procedures not working? Did you execute it against the database using straight JDBC with the JayBird JDBC Driver? Also, did you examine your logging output? If you have done both of these things...please post your logging output here for us to examine. Brandon