Update Error

From: Pete Bass <Peter(dot)Bass(at)baedsl(dot)co(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Update Error
Date: 2000-02-21 16:35:37
Message-ID: 38B16959.480B9168@baedsl.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm running Postgres 6.3 with PHP 2 as a web based db application. The
web server is Apache, and the browser is Netscape 4.5

I have a problem with 'update'. A user updated a field (description) for
a single record, but instead of only the specified record being updated,
all the records had the same field updated.

the code used to update the field(s) for a record is:
$result=pg_Exec($conn,"update $spr set $set where sprid='$sprid'");

It appears that in this case the condition (i.e. where sprid='$sprid')
has been ignored, although previously and subsequently no multiple
updates have been obtained.

Has anyone any ideas?

Also, is it possible to return the number of rows that have been
updated?

Many thanks,

Pete Bass

Browse pgsql-general by date

  From Date Subject
Next Message Peter Landis 2000-02-21 16:39:35 Date insert in table?
Previous Message Stephane Bortzmeyer 2000-02-21 15:56:56 Re: [GENERAL] copying databases