ODBC converts '\n' to '\r\n'.

From: "Jarungwit J(dot)" <microx_2000(at)yahoo(dot)com>
To: <pgsql-interfaces(at)postgresql(dot)org>
Subject: ODBC converts '\n' to '\r\n'.
Date: 2001-05-04 02:15:55
Message-ID: 001201c0d440$292722c0$0f020180@microx.co.th
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 2001-05-04 22:25:48 Re: PyGreSQL: setup.py is broken in RC1
Previous Message Tom Lane 2001-05-03 23:14:37 Re: Null values where they should not be...HELP Please!!