ODBC converts '\n' to '\r\n'. - Mailing list pgsql-interfaces

From Jarungwit J.
Subject ODBC converts '\n' to '\r\n'.
Date
Msg-id 001201c0d440$292722c0$0f020180@microx.co.th
Whole thread Raw
List pgsql-interfaces
We insert a value 'abc\n' into table a. Then we use Postgres ODBC at PC
to retrive data from table a. We found a result is 'abc\r\n', not 'abc\n'.
Is there any option to prevent a Postgres ODBC driver to convert '\n'
to '\r\n'?

Regards,
wit



pgsql-interfaces by date:

Previous
From: Stephen Davies
Date:
Subject: Re: Null values where they should not be...HELP Please!!
Next
From: Justin Banks
Date:
Subject: Re: Re: libpq++