iBatis version 2.3.0.677 Calling a Sybase stored procedure which returns 2 result sets. When using SqlMapClient.queryForList both result sets are processed and returned as expected. When using queryWithRowHandler method however, my RowHandler's handleRow method only gets called for the rows in the first result set.
Is this expected behavior in iBatis or am I missing something in the configuration? -- View this message in context: http://www.nabble.com/SqlMapClient.queryWithRowHandler-with-multiple-result-sets-tf4603636.html#a13144882 Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
