Subject Re: [IBO] Re: TIBOTable refreshing problem
Author Jason Wharton
If IBO cannot figure out a way to uniquely identify a row of your dataset it
will use the DB_KEY. However, it cannot know what the DB_KEY of a record is
until after it has been posted to the server. As a result, it cannot
re-select the record after the insert was performed and so it loses track of
it.

The simplest solution is to create a primary key for the table.

HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Kurt Bilde" <kub@...>
To: <IBObjects@egroups.com>
Sent: Wednesday, November 22, 2000 10:46 AM
Subject: [IBO] Re: TIBOTable refreshing problem


> Hi Jason !
> --- In IBObjects@egroups.com, "Jason Wharton" <jwharton@i...> wrote:
> > Do you have a primary key?
>
> No, I haven't got a primary key. It's a simple tablestructure.
>
> -Kurt
>
>
>
>
>