Re: BUG: PGACCESS does not warn when trying to update

From: Hal Davison <hal(at)faams(dot)net>
To: Jean-Luc Lachance <jllachan(at)nsd(dot)ca>
Cc: terry <tg5027(at)citlink(dot)net>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: BUG: PGACCESS does not warn when trying to update
Date: 2002-08-15 16:10:29
Message-ID: Pine.LNX.4.10.10208151208300.17398-100000@development.faams.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Well in my applications, we routinly check the availabiliy of the record
priod to an update operation as a matter of course.

We come from the old days of CISAM...<GRIN>

--Hal.

On Thu, 15 Aug 2002, Jean-Luc Lachance wrote:

> But,
>
> When a record is updated with PgAccess, the least that it should do is
> check the return status of the update to find that the record no longer
> exists and warn the user!!!
>
> JLL
>
> terry wrote:
> >
> > Actually, M$ Access does the same thing. When a form (or query)
> > is populated with the contents of a record, it no longer is
> > changed within the database - only within the form (or query).
> > It is only when the record is saved that there is any indication
> > of change or deletion. The only way to determine if the record
> > in the form (or query) has been changed or deleted is to check
> > that record in the database during the operation, which is not
> > routinely done.
> >
> > >> DARN!!!
> > >>
> > >> I have just wasted half a day updating record with PcAccess.
> > >>
> > >> If one is updating a record that was deleted by someone else,
> > >> PgAccess does not warn that the record no longer exists and
> > >> silently accept the update.
> > >>
> > >> Then, if the list is refreshed, the record is gone!!!
> > >>
> > >> ---------------------------(end of
> > >> broadcast)--------------------------- TIP 5: Have you checked
> > >> our extensive FAQ?
> > >>
> > >> http://www.postgresql.org/users-lounge/docs/faq.html
> >
> > --
> >
> > terry
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jean-Luc Lachance 2002-08-15 16:12:20 Re: BUG: PGACCESS does not warn when trying to update a
Previous Message Brett Schwarz 2002-08-15 15:29:56 Re: BUG: PGACCESS does not warn when trying to update