Daniel Persson wrote:
> 
> I got this error message when using PHP 4.06 with MSSQL.
> 
> PHP ERROR: PHP build incomplete: the prerequisite MS SQL Server support
> required to read the alert database
> was not built into PHP. Please recompile PHP with the necessary library
> (--enable-mssql).
> 
> Is there anyone who knows what's wrong?
> 
You need special software for connecting to MSSQL. Just have a look at
www.freetds.org
MSSQL and Sybase use a protocol called Tabular Data Stream to connect to
the server.
Install the software and then recompile it. Normally you have to use
--with-sybase=path-to-tds.
If there is an --enable-mssql it must be new to 4.0.6.

I have not tried it myself, but maybe someone else on this mailing list
did it already.

-- 
PHP General 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]

Reply via email to