FreeTDS connection issues

Journal entry
December 6, 2007

Mental note to self (and everyone reading here): If using FreeTDS on OS X and you cannot connect to your MS SQL Server using iodbctest , but you can con using tsql, and your TDSDUMP logfile contains

tds_iconv_info_init: client charset name "" unrecognized

make sure you have put

client charset = UTF-8 

into your freetds.conf - not

client charset = utf-8

Note the case difference.

I can’t believe the amount of hours I have wasted setting up FreeTDS and ODBC connectivity on various systems by now - and still I get bit by crap like the above.

Categories
Selling out
Did you know?
Jakob is an independent web application developer who builds awesome stuff for the web. You can hire him to build awesome stuff for you.

Comments and Trackbacks

Matthijs Langenberg December 6, 2007

Thanks Jacob, I'm sure I'll also run into this at some point in time!

Commenting on this entry has been closed.