Quantcast
Channel: Microsoft SQL Server
Viewing all articles
Browse latest Browse all 4871

Connecting IIS PHP webpage with MS SQL

$
0
0

Hi, I am trying to get my hosted IIS page to connect to MS SQL.

I've followed this guide and have everything installed

https://www.saotn.org/install-microsoft-sql-server-driver-php/

I have a couple of servers on my network, one has SQL server and works great. I can access it from any computer logging on via DB Account (not windows Auth unless I am logged into under the Domain)

I've installed PHP 7 and can see phpinfo, so I know PHP is running

IIS is active and hosting, simple HTML pages work

I've installed the C++ redistribute

I've configured the Wincache and php.ini files, added the extensions etc..

When I run php-cgi.exe -v command, which is suppose to print out the version, but CGI crashes and I getMSVCR110.dll is missing

The .dll files come from

Visual C++ Redistributable for Visual Studio 2012 Update 4 and the 2012 version. Both installed...


Viewing all articles
Browse latest Browse all 4871

Trending Articles