I am trying to use this tutorial (
http://kb.mediatemple.net/questions/233/Using+%28remote%29+MS-SQL+databases+with+PHP+on+a+%28dv%29) to install FreeTDS on my server to be able to connect to a remote MSSQL server via ODBC. I seem to have installed FreeTDS with Yum and not by the means of the tutorial and I get the following error when trying to connect:
Warning: odbc_connect() [function.odbc-connect]: SQL error: [unixODBC][Driver Manager]Data source name not found, and no default driver specified, SQL state IM002 in SQLConnect
I removed FreeTDS by running '[root@deep] /#rpm -e freetds-0.63-1.1.el3.rf.i3
86.rpm' and reinstalled it with 'rpm -Uhv freetds-0.63-1.1.el3.rf.i3
86.rpm' but I still receive the error.