[PHP] FreeTDS, FreeBSD, PHP4.0.1pl2 - MSSQL: don't work From: Alexandr A Listopad (laa <email protected>)
Date: 08/09/00

hi.

I have subj, but there no packets flow thru network (I see via tcpdump)

this is my example:

$db = mssql_connect($hostname,$username,$password) or die("Error: $php_errormsg ");

but there no $php_errormsg results, only ``Error: '' in the output... :-(
and no packet's to $hostname...

php.ini:

---
track_errors    =       On      ; Store the last error/warning message in $php_errormsg (boolean)
---

this is my interfaces file (there are mention about it in php.ini):

$ cat /usr/local/etc/freetds/interfaces nvs query tcp ether 192.168.2.30 1433 master tcp ether 192.168.2.30 1433

user12 query tcp ether 192.168.2.29 1433 master tcp ether 192.168.2.29 1433 $

Thanks!

-- Laa

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>