[PHP] mssql_query

2002-08-19 Thread Jordan Lee
I'm running PHP 4.1.1 on Win2K server with SQL 2K and my connect and select db statements are fine, but when I use the mssql_query() statement, PHP just hangs. I have no idea on whats going on and I've checked the forums, php's site, and I do have the MSSQL connectivity installed on the server.

[PHP] mssql_query and error message

2001-12-09 Thread Dave Brotherstone
Hi, (Sorry for the cross post, I posted it in the wrong place the first time) I've got MSSQL 2000 running on Win2000 Svr. Linux 2.2.16 running Apache 1.3.22, freetds 0.53, and PHP 4.0.6. I can connect and run queries no problem, but when an error is raised (with raiserror) on the SQL box, mss

[PHP] mssql_query bug in php4-04pl

2001-01-18 Thread Yuri Kruglov
Hi all, Instead of positive MS SQL result identifier on success, function mssql_query() returns empty result for DELETE or UPDATE SQL statement. SQL statement is executed although, but if I use (for example) follow construction: $res = mssql_query($sql,$db) or die_msg("Error message"); then