Hi,

Make sure freetds was compiled with --enable-msdblib

Make sure that php was compiled with  --with-mssql=/path/to/freetds

Make sure that you edit the file freetds.conf (freetds/etd/freetds.conf) to
have an entry for your database e.g:

[myserver]
        host = myserver.domain.name
        port = 1433
        tds version = 7.0

you can also add login and password or specify in your database connection
script.

HTH a little

Jon Bertsch

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



Reply via email to