On Tue, Jul 22, 2008 at 10:15 AM, Dragan Jotanovic
<[EMAIL PROTECTED]> wrote:
> Bad idea. Ibatis needs to load whole resultset and this would be
> impossible in your case (millions of records, you would need a lot of
> memory and time).

I agree with the "bad idea" part. :)

You'd want to use a row handler to do this if you really feel the need to.

Larry

Reply via email to