error: can not modify a read-only dataset
Posted: Tue 28 Jan 2014 10:30
hello,
UniDAC to use the connection delphi with PostgreSQL 9.2 on CentOS 5.4.
about 3 months ago is occurring the error can not modify a read-only dataset for new objects that are created in the database, only that server, using the same exe elsewhere, works without any problem.
After many tests, one of our colleagues changed ProtocolVersion = pv20 property and the error did not occur anymore.
I've been reading the documentation and found that such property is to maintain compatibility postgres 7.3 or lower.
This problem is due to some dll? For Postgresql used is one of the last available.
UniDAC to use the connection delphi with PostgreSQL 9.2 on CentOS 5.4.
about 3 months ago is occurring the error can not modify a read-only dataset for new objects that are created in the database, only that server, using the same exe elsewhere, works without any problem.
After many tests, one of our colleagues changed ProtocolVersion = pv20 property and the error did not occur anymore.
I've been reading the documentation and found that such property is to maintain compatibility postgres 7.3 or lower.
This problem is due to some dll? For Postgresql used is one of the last available.