0

I am trying to connect a MSSQL database from a Ubuntu 14.04 machine. I am using FreeTDS to connect, by following this tutorial

[http://guywyant.info/log/206/connecting-to-ms-sql-server-from-ubuntu/][1]

I'm stuck with the final stage, after giving the following command :

isql -v MSSQL devuser 'devpass'

Ubuntu is giving me the following error :

[IM002][unixODBC][Driver Manager]Data source name not found, and no default driver specified
[ISQL]ERROR: Could not SQLConnect

How can I overcome this issue and connect the MSSQL database?

Update 1 My problem is half solved now. Driver has been found now. At this moment it is showing the following error.

[IM002][unixODBC][Driver Manager]Data source name not found
[IM003][unixODBC][Driver Manager]Host name unknown
[ISQL]ERROR: Could not SQLConnect
tuxtu
  • 3,175
  • 9
  • 30
  • 44

0 Answers0