jonoc33 Posted April 16, 2008 Share Posted April 16, 2008 Hi guys, I'm doing work experience and i'm making a php website for a company. They use their own MSSQL database and when I connect to the database it comes up with an unknown function error. The php_mssql.dll has been uncommented and the extension directory points to exactly where the php_mssql.dll is. Weird? Quote Link to comment https://forums.phpfreaks.com/topic/101300-connection-to-mssql/ Share on other sites More sharing options...
AP81 Posted April 16, 2008 Share Posted April 16, 2008 I use the Pear MDB2 database abstraction layer to connect to MSSQL. You can get it from here: http://pear.php.net/package/MDB2 I previously used ODBTP to connect to MSSQL which also works well. One last question: did you restart Apache after commenting out php_mssql.dll? Quote Link to comment https://forums.phpfreaks.com/topic/101300-connection-to-mssql/#findComment-518162 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.