What are the functional differences between iODBC and unixODBC?
问题 There are two major Open Source platform independent implementation of the ODBC. It is iODBC and unixODBC. Considering Unix as ODBC user platform and feature-wise, what are the real practical differences between these two implementations? 回答1: Just so you know I use and have contributed to unixODBC and I don't use iODBC. Unicode support unixODBC follows MS ODBC Driver manager and has SQLWCHARs as 2 bytes UCS2 encoded. iODBC I believe uses wchar_t (this is based on attempting to support iODBC