in reply to Need Help for connecting MSSQL SERVER From Linux(ubuntu)

Your code is attempting to use the driver called "SQL Server" so you need a driver called that in your /etc/odbcinst.ini file. The Easysoft one is usually called "Easysoft ODBC-SQL Server" so check your odbcinst file and either change that to match your code or change your code to match the driver name.

  • Comment on Re: Need Help for connecting MSSQL SERVER From Linux(ubuntu)

Replies are listed 'Best First'.
Re^2: Need Help for connecting MSSQL SERVER From Linux(ubuntu)
by perlraj (Acolyte) on Sep 17, 2012 at 11:51 UTC

    Hi thanks a lot, but i received this error:

    unixODBCEasysoftSQL Server DriverSQL ServerGeneral error: OS Version mismatch: Please report this sequence (AAAG, LX, 3, -1, -1) to Easysoft support at support@easysoft.com (SQL-HY000) and i have reported it to them

      You need a version which supports Linux kernel 3 (I'd guess). Mail support@easysoft.com and they can sort you out.

        Hi Thanks a lot

        Finally I got the driver that supports linux kernel3, its working

      Seems pretty explicit, did you report this as requested? A search engines shows similar problems on their knowledge base. Have you check there?