Use Declare/Fetch and PG 7.4

From: "alexandre :: aldeia digital" <alepaes(at)aldeiadigital(dot)com(dot)br>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Use Declare/Fetch and PG 7.4
Date: 2003-11-10 18:30:42
Message-ID: 4861.200.146.214.241.1068489042.squirrel@webmail.ad2.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

When the ODBC´s "Use Declare/Fetch" option is enabled the automatic
declaration of cursor great improve the performence for me.
But testing this feature in PG 7.4, causes the following error:

When the application makes a COMMIT, the cursors are automatically closed
but the ODBC try to close this cursors defined inside transaction...
In PG 7.3, this causes a WARNING only, but the behavior of this event is
changed to ERROR in PG 7.4, aborting the application.

Thank´s all

Alexandre

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Cyrille Chepelov 2003-11-10 21:13:02 Re: Use Declare/Fetch and PG 7.4
Previous Message Steve Wampler 2003-11-10 16:47:02 Re: Help with hang on empty query (PG 7.3.2,