ID: 31438 Updated by: [EMAIL PROTECTED] Reported By: klaus dot kuehne at gga-hannover dot de -Status: Open +Status: Bogus Bug Type: MSSQL related Operating System: Windows 2000 Server PHP Version: 4.3.10 New Comment:
Already reported by someone else (use search before submitting new reports!!!) and also FIXED in CVS. Previous Comments: ------------------------------------------------------------------------ [2005-01-07 12:21:48] klaus dot kuehne at gga-hannover dot de Description: ------------ Hello, after upgrading 4.3.6 to 4.3.10, many of out scripts failed. The reason: On executing INSERT/DELETE/UPDATE-operations, mssql_query() returns FALSE, even if the statement was o.k. and executed correctly. Example: ... $sql = "delete from TAB where [KEY] = 117"; $ret = mssql_query($sql, $con); if (!$ret) die("Operation Failed"); ... However, the DELETE operation was successful: record 117 was removed from the table. After returning to PHP 4.3.6, all scripts are running correctly. Regards, Klaus Kühne, GGA Institute, Hannover, Germany ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31438&edit=1