cursor updatability changed

From: "Attila Peller" <attila(at)augview(dot)net>
To: <pgsql-interfaces(at)postgresql(dot)org>
Subject: cursor updatability changed
Date: 2016-10-07 01:23:47
Message-ID: 002201d22039$7542c320$5fc84960$@augview.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi,

We are using the latest postgres odbc driver from our software to
communicate with external postgres database.

After every insert or update operation we are getting a "cursor updatability
changed" warning message.

I know that this is a warning only and it can be ignored, but the part of
our software I don't have access to, always reports it.

Any way to supress this message on the ODBC driver level or on the postgres
server? I've searched for the problem, but couldn't find any solution.

Thanks for any help!

Regards,

Attila

Browse pgsql-interfaces by date

  From Date Subject
Next Message Clifton B. Sothoron Jr. 2016-12-06 15:50:30 User time zone ignored in JDBC/PostgreSql
Previous Message Florian Weimer 2016-09-18 14:02:32 Re: PQunescapebytea not reverse of PQescapebytea?