Error using update

From: Pete Bass <Peter(dot)Bass(at)baedsl(dot)co(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Error using update
Date: 2000-02-21 17:04:06
Message-ID: 38B17006.D0967986@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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jim Mercer 2000-02-21 18:13:36 Re: [GENERAL] Re: No pg_hba.conf entry ???
Previous Message Paulo Parola 2000-02-21 17:01:58 No pg_hba.conf entry ???