Subject Re: [firebird-support] get rdb$db_key
Author Ann W. Harrison
bcteh_98 wrote:
>
> It that posible to get rdb$db_key for a record
> right after inserting it

No, unfortunately. The insert statement doesn't return anything but
status so there's no way to get a value. An alternative is to use a
stored procedure that does the insert and returns the primary key it
generated.

Regards,


Ann