On Fri, Apr 29, 2005 at 10:58:08AM -0600, Michael Fuhr wrote:
> Have you considered using a cursor to fetch the query results? That
> should prevent the API from trying to load the entire result set
> into memory.
I can do that. I didn't know the API would try to load the entire
result set into memory first though. yikes!
Tim