Disabling character translation

Peter Deacon <[email protected]> Mon, 7 Nov 2016 22:50:40 -0800 (Pacific Standard Time)
Newsgroups gmane.comp.db.tds.freetds
Message-ID <alpine.WNT.2.20.1.1611072223211.3792@smurf>
Have data being shoveled into fields which do not represent native type 
reported by database and need to completely disable character translation.

Looking for parity with SQL Server driver option "perform translation for 
character data" (ODBC.INI AutoTranslate=No)

Anyone know of a trick to make it work?  Tried setting Charset in local 
environment using replacement iconv but every conversion in the list 
either crashed or didn't help.

If not 'll send a patch to support it :)

regards,
Peter