Priyesh, Check out IBATIS-53 on JIRA (http://issues.apache.org/jira/browse/IBATIS-53). If you use a custom type handler in iBATIS you can process a resultset without having the change the code from execute() to executeQuery().
I belief even that in one of the previous versions the method you changed actually used executeQuery() but this was changed to execute() because of other problems. Regards, Sven
