Thread: DB Mssql
View Single Post
  #5 (permalink)  
Old 04-02-2008, 07:48 PM
icarrion icarrion is offline
Junior Member
 
Join Date: Apr 2008
Posts: 4
Default

Ok for those who are struggling with this problem I figured out the solution.

php_pdo_mssql.dll is no longer supported. If you wish to connect to MS Sql Server on a windows server the recommended is to use phpodbc. ADODB is pretty solid choice IMO.
Reply With Quote