Re: [opendbx] Mssql connection failed
Brought to you by:
nose
From: Norbert S. <no...@li...> - 2011-05-13 07:09:06
|
Hi all > I'm not a fan of ODBC, but with Windows and MSSQL at least it rocks (avoid > any ODBC specific syntax commands), on the other side having access to SQL > Server from Unix is really a plus and I would'nt dismiss FREETDS on the > contrary - I don't know about ODBC on Linux. Just some details about ODBC and FreeTDS: On Unix plattforms, there's no native ODBC driver for MS SQL Server available. Instead, the FreeTDS client provides connectivity to them and the unixODBC/iODBC projects also use the FreeTDS client as base. For Windows, Microsoft only provides an ODBC driver because this is the native client of their choice. Norbert |