|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-03-03 10:43 UTC] tony2001@php.net
[2005-03-03 10:46 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 12:00:02 2025 UTC |
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