Subject Re: [IBO] About "Record was not located to update"
Author Svein Erling Tysvaer
Save yourself a lot of trouble by creating a new field which you populate
through using a generator (and triggers if not specified, you should find
plenty of information in former messages this list and probably in the
documentation as well), and define it as a primary key. Then set it up
using GeneratorLinks.

Client/Server databases like Interbase are way different from dBase, and
don't skip a primary key just because your dBase table didn't have any.

Set

At 22:15 15.01.2003 +1100, you wrote:

>But what I would make
>IF my table haven't Primary Key???????????????