From: | Heikki Linnakangas <hlinnakangas(at)vmware(dot)com> |
---|---|
To: | Josef Springer <Josef(dot)Springer(at)joops(dot)com> |
Cc: | pgsql-odbc(at)postgresql(dot)org |
Subject: | Re: ADO-Error when inserting row with text column with large text |
Date: | 2013-06-14 07:57:35 |
Message-ID: | 51BACCEF.9010103@vmware.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
On 14.06.2013 10:00, Josef Springer wrote:
> Hello,
>
> i am using
> - PostgreSQL 8.2.5
> - ODBC: PostgreSQL Unicode 8.02.04.0
You seriously need to upgrade. PostgreSQL 8.2.5 was released in 2007,
and is no longer supported by the community. That ODBC version is really
old as well. There has been a lot of bug fixes and improvements in both
the server and the driver since.
I'd recommend upgrading the server immediately to the last 8.2 release,
8.2.23, as that only requires replacing the binaries. Then start
planning for a major version upgrade to PostgreSQL 9.2.
Try with the latest version of the ODBC driver, it should also work with
older server versions. I don't know if it will help with your problem,
but since you should upgrade anyway, it's worth doing that first, and
see if it happens to fix it.
- Heikki
From | Date | Subject | |
---|---|---|---|
Next Message | Josef Springer | 2013-06-14 13:28:21 | Re: ADO-Error when inserting row with text column with large text |
Previous Message | Josef Springer | 2013-06-14 07:00:02 | ADO-Error when inserting row with text column with large text |