Re: Question about cursor behavior and declare/fetch

From: "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp>
To: "Han" <zhouhanok(at)vip(dot)sina(dot)com>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Question about cursor behavior and declare/fetch
Date: 2003-01-15 15:30:39
Message-ID: EKEJJICOHDIEMGPNIFIJCEMJKFAA.Inoue@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Fernando Braga 2003-01-15 17:57:30 NULL fields in inner join
Previous Message Han 2003-01-15 06:05:17 Question about cursor behavior and declare/fetch