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

Поиск
Список
Период
Сортировка
От Jarungwit J.
Тема ODBC converts '\n' to '\r\n'.
Дата
Msg-id 001201c0d440$292722c0$0f020180@microx.co.th
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Stephen Davies
Дата:
Сообщение: Re: Null values where they should not be...HELP Please!!
Следующее
От: Justin Banks
Дата:
Сообщение: Re: Re: libpq++