Hi guys,
I am trying to connect to MS SQL Server on a remote machine from my Win XP box (php 4). The following line in my code:
$live = mssql_connect($server, $user, $passwd);
causes the following error:
Warning: MS SQL error: Db-library network communciations layer not loaded. (severity 9) ...
Before you start typing, yes I did uncomment the extension line in php.ini and yes I have copied the ntwdblib.dll from the 'dlls' directory to my system directory.
Anyone out there have any ideas?