Subject RE: [IBO] Unique Key, Bookmark and refresh
Author Gerhardus Geldenhuis
Hi
I was considering something like that. I will keep the trigger but insert
records with a procedure with primarykey as result and will use the result
to locate record in dataset after refresh.

Groete
Gerhardus
>
> Gerhardus:
>
> Couldn't you change the way of doing it and use a similar way to the way
> GeneratorLinks work? Ie, change your Unique Key builder from inside the
> trigger to a Stored Procedure, and call the SP before posting?
> That will do
> the trick, and you will be able to use your Unique Key as it was a
> Generator. In this way, you will be able to retrieve the single row with a
> refresh, and you will not need to refresh the all dataset.
>
> Note that this is a turnaround.
>
> Artur
>