You neet to install the Client Tools for MSSQL Server (basically the file
ntwdblib.dll) and the enable the mssql extension. You can do this in php.ini py
removing the semi colon in front on the line
;extension=php_mssql.dll
Or if you are using the CGI version you could use dl("php_mssql.dll"); in the scripts
where you need these functions.
- Frank
> I am pretty new to PHP and currently using PHP 4.0.1 running on windows 98 -
> PWS 4.0 - I cannot connect to SQL Server - is there anything I need to
> configure separetely to connect?
>
> I can connect using ODBC but not the mssql functions
>
> Thank you.
>
> Joann Coffey
> [EMAIL PROTECTED]
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]