Dear All, My select query returns a typical set of key-value pairs.
In plain jdbc world, I would run a while loop and
map.put(resultSet.getString("mykey"), resultSet.getString("myvalue")
would serve.
Is it possible to get the same effect with iBatis?
Thanks and regards,
Kinjal Sonpl
