Pdoexception: Sqlstate 01002 Adaptive Server Connection Failed (severity 9)
I have been following some answers over stackoverflow. My odbc. ini (located in /etc/odbc.ini) [MSSQL] Description = MS SQL Server Driver = /usr/local/lib/libtdsodbc.so Server = ho
Solution 1:
Try changing the TDS version to 7.0 or 8.0 and ensure that you have the following packages installed -
php5-sybase
php5-odbc
Post a Comment for "Pdoexception: Sqlstate 01002 Adaptive Server Connection Failed (severity 9)"