We insert a value 'abc\n' into table a. Then we use Postgres ODBC at PCto 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