ID:               32165
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mhoerenz at ria-btr dot de
-Status:           Open
+Status:           Feedback
 Bug Type:         MSSQL related
 Operating System: w2k
 PHP Version:      4.3.10
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip




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

[2005-03-03 07:42:14] mhoerenz at ria-btr dot de

Description:
------------
Hello,

after an update from 4.3.9 to 4.3.10 this scripte doesn't worked no
more. There is no errormessage.

Regards
M. Hörenz






Reproduce code:
---------------
$verb=mssql_connect("svpidw101", "sa" , "");
mssql_select_db("database", $verb);

$statement="update MOVEX_CSYCSN set
CKCONO=1,CKCSNO='32063000',CKINYN=1,CKSUPL=''
,CKTX40='Batch ',CKTX15='Batch auf Grund',
CKSPFA=0,CKTXID=0,CKRGDT=20050214,CKRGTM=102130,CKLMDT=20050214,CKCHNO=2,CKCHID=
'USER' where CKCONO=1
                                                                 
and CKCSNO='32063000'";

$result = mssql_query($statement) or die ();


Expected result:
----------------
The sql-updatestatement should be done. But ist shouldn't under 4.3.10



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


-- 
Edit this bug report at http://bugs.php.net/?id=32165&edit=1

Reply via email to