Re: How can I configure the postgresql odbc to return 1 row at a time? - Mailing list pgsql-odbc

From Jeff Eckermann
Subject Re: How can I configure the postgresql odbc to return 1 row at a time?
Date
Msg-id 20050411151156.83707.qmail@web20823.mail.yahoo.com
Whole thread Raw
In response to How can I configure the postgresql odbc to return 1 row at a time?  ("Jerry Lam" <jlam@sandvine.com>)
Responses Re: How can I configure the postgresql odbc to return 1 row
List pgsql-odbc
--- Jerry Lam <jlam@sandvine.com> wrote:
> Hi,
>
> Is it possible to ask postgresql odbc driver to
> fetch the resulsets from the table one at a time
> instead of fetching all millions rows into memory?

Perhaps setting the "Use declare/fetch" driver option
to true will help you.  This will cause a server side
cursor to be used, which will return the rows in
blocks.  What controls the size of the blocks, I have
no idea; I've never messed with that.

>
> Thank you,
>
> Jerry
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faq
>



__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/

pgsql-odbc by date:

Previous
From: Per Erik Rønne
Date:
Subject: ODBC and MacOS X
Next
From: Marko Ristola
Date:
Subject: Re: Driver uses always UTF-8?