Re: [PHP-DB] php_mssql.dll

2003-06-16 Thread Peter Monk
Louai wrote: I got the following error when I tried to connect to MS SQL server: Unknown () mssql: unable to initialize module Please advise You could try checking that your extension_dir path in php.ini is set up correctly. Peter. -- PHP Database Mailing List (http://www.php.net/) To unsubscrib

Re: [PHP-DB] php_mssql.dll

2003-06-15 Thread Frank M. Kromann
Hi, This is caused by missing dll's. You need to install the client tools from MSSQL Server on your PHP box. You can also copy ntwdblib.dll from winnt\system32 on the SQL Server to the same directory on the PHP box. If you want to be able to create custome configurations of the client you need to

[PHP-DB] php_mssql.dll

2003-06-15 Thread Louai
I got the following error when I tried to connect to MS SQL server: Unknown () mssql: unable to initialize module Please advise -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php