Subject RE: [Firebird-Architect] Re: rdb$db_key in either XSQLDA or XSQLVAR
Author Claudio Valderrama C.
Roman Rokytskyy wrote:
>
> My idea was to provide if possible an unique ID for each row so client
> library can have update functionality independently whether PK is
> included in select or not.

Why can't you ask for the rdb$db_key explicitly as part of your select
statement?
It will appear in the XSQLDA.

C.