Subject Re: rdb$db_key in either XSQLDA or XSQLVAR
Author Roman Rokytskyy
> Unfortunatelly, rdb$db_key is not 8 bytes. It's length is
> 8*<number of joined tables>.

Which in case of 1 table gives 8 bytes. When more than 1 tables is
joined, this approach does not work. In this case Nickolay's approach
is better.

Roman