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