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 even if sql query in $sql executed succesfully, $res is empty and
function die_msg is called!
Because of this I was forced to switch back to php4-0-3 !
regards,
YK
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
--
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]