What are the functional differences between iODBC and unixODBC?
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 in DBD::ODBC) cursor library unixODBC has one, I don’t “think” … Read more