[PHP-DEV] Bug #8777 Updated: Error in mssql_query From: fmk <email protected>
Date: 06/30/01

ID: 8777
Updated by: fmk
Reported By: j_cerezo <email protected>
Old-Status: Open
Status: Closed
Bug Type: MSSQL related
Operating system:
PHP Version: 4.0.4pl1
Assigned To:
Comments:

Update to latest version. The return value for mssql_query has been fixed.

Previous Comments:
---------------------------------------------------------------------------

[2001-01-18 04:25:23] j_cerezo <email protected>

for INSERT,UPDATE,DELETE

$Sql="INSERT INTO $phpAds_tbl_session (Cod_Sessions,moses_SessionID,moses_SessionData,moses_LastUpdate)VALUES ($Max,'$SessionID', '".AddSlashes(serialize($Session)) . "', ".date("YmdHis").")" ;
                if ($conn->Execute($Sql)===false){
                        Connection_die("Kc_End insertando");
                        $conn->close();
                }

$con->execute all code return false forever

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8777&edit=2

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