Jump to content

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/101300-connection-to-mssql/
Share on other sites

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?

Link to comment
https://forums.phpfreaks.com/topic/101300-connection-to-mssql/#findComment-518162
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.