Re: [PHP-WIN] Help Needed on MSSQL

2001-03-15 Thread Andrian Pervazov
That's right, you need to have SQL Server or its client installed on the machine that runs PHP. At least, you should have NTWDBLIB.DLL in your system folder (this DLL is otherwise installed by SQL Server). Andrian Fernando Madruga wrote: > > I have no experience on MSSQL, but it looks like you

RE: [PHP-WIN] Help Needed on MSSQL

2001-03-15 Thread Fernando Madruga
I have no experience on MSSQL, but it looks like you may have some missing dll. Note that, when windows complains about a missing dll, it may happen that that dll itself is present but depends on another one which is not... I had a look at the php_mssql70.dll on my system and found out that it de