Re: Question about cursor behavior and declare/fetch - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: Question about cursor behavior and declare/fetch
Date
Msg-id EKEJJICOHDIEMGPNIFIJCEMJKFAA.Inoue@tpf.co.jp
Whole thread Raw
In response to Question about cursor behavior and declare/fetch  ("Han" <zhouhanok@vip.sina.com>)
List pgsql-odbc
> -----Original Message-----
> From: Han
>
> pgsql-odbcHi,
>
>     Use or not use declare/fetch -- what's the difference? What
> cursor behaviors they support, respectively? Why default to not
> use declare/fetch? When should I set it to true? I can not find a
> detailed doc about this.

Unfortunately PostgreSQL doesn't support cross transaction cursors.
The option is mainly for read-only applications.

regards,
Hiroshi Inoue
    http://www.geocities.jp/inocchichichi/psqlodbc/

pgsql-odbc by date:

Previous
From: "Han"
Date:
Subject: Question about cursor behavior and declare/fetch
Next
From: Benjamin Scherrey
Date:
Subject: Trouble with slow ODBC query via Access