MySQL Forums
Forum List  »  Newbie

Re: Problem with UPDATE Statement
Posted by: Hans Kejser Hansen
Date: April 04, 2005 07:18AM

Perhaps You shoul try some ' here and there in your sql and no IGNORE

$Query1 = "UPDATE t_material SET
BwNr = '$BwNr,'
SecoStatus = '$SecoStatus',
ErstellDatum = '$ErstellDatum',
AusfuhrDat = '$AusfuhrDat',
.
.
.
.
Wert5 = '$Wert5'
WHERE IntNr = '$IntNr'";

Options: ReplyQuote


Subject
Written By
Posted
Re: Problem with UPDATE Statement
April 04, 2005 07:18AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.