Hi I'm interested in using iBatis with a project where I got tons of PL/SQL. I need to page the queries returned by the PL/SQL which means that I have to retrieve a subset of the returned cursor and not all of it. Can I do this with iBatis?
Regards, Néstor Boscán