Re: Re: undefined function: mssql_connect()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

php_mssql.dll is for win32 only. This seams to be a *nix installation. In
order to use the MSSQL functions yoy will need to compile PHP using
--with-mssql (or if your PHP version is < 4.3.0 --with-sybase). In both
cases you also need to download, compile and install FreeTDS
(www.freetds.org).

- Frank

> Do you have php_mssql.dll extension loaded?
> Check better with phpinfo();
> 
> Radovan
> 
> "Paula@Nervesane.Net" <paula@nervesane.net> wrote in message
> news:99610-22003116134842757@M2W053.mail2web.com...
> Hi there,
> 
> Hope someone can help me with this.
> I need to connect to a MS SQL database but my attemps fail once and
again.
> This is the error message I get when try to connect:
> 
> Fatal error: Call to undefined function: mssql_connect() in
> /var/www/htdocs/DB_conn.php on line 8
> 
> 
> 
> 
> 
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux