Re: update field with lf chars problem

From: Ludek Finstrle <luf(at)pzkagis(dot)cz>
To: Antoine <melser(dot)anton(at)gmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: update field with lf chars problem
Date: 2006-07-20 07:14:48
Message-ID: 20060720071448.GB3797@soptik.pzkagis.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> We are running 8.01.102 (pg 8.1.1) and we have a quite annoying error.

It's quite old version. Is there some reason to not using newer
version?

> We are able to insert rows that contain line feed characters (and
> maybe crlf too) into a varchar(14) field but when we attempt to update
> the same row via odbc we get an error. This happens even though we are

What kind of error. The error message could clarify the problem a little
bit.

> setting the field to null.
> Does anyone have any info on this?

Not at first sight. Does LF <-> CRLF option take some effect?

Regards,

Luf

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Antoine 2006-07-20 08:00:19 Re: update field with lf chars problem
Previous Message Ludek Finstrle 2006-07-20 07:09:53 Re: Does psqlodbc support declare/fetch in Un ux?