Re: After Inserted, can't update the record

From: Hal Davison <hal(at)faams(dot)net>
To: richard <richard(at)itl(dot)iii(dot)org(dot)tw>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: After Inserted, can't update the record
Date: 2001-12-11 08:06:43
Message-ID: Pine.LNX.4.10.10112110306180.11232-100000@development.faams.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


As a long shot...look at your record scoping.

--Hal.

On Tue, 11 Dec 2001, richard wrote:

> Hi all:
>
> Please Help me. I use 7.1.3 and odbc version 07.01.0009 . Use Borland C++ Builder 5.0 through BDE And it have the strange action.
> First, I insert a new record and post it .
> After that, I modify the record, post it again.
> Then, the BDE give me a error message "Couldn't perform the edit because another user changed the record."
>
> Finally, my program can't work.
> If I use TDBGrid, I can find that I Insert a new record and post it, then the record will dispel.
>
> Regards,
> Richard Yang
>

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tibor Laszlo 2001-12-11 08:25:37 Re: After Inserted, can't update the record
Previous Message richard 2001-12-11 07:03:10 After Inserted, can't update the record