Subject RE: [firebird-support] Type of rdb$db_key
Author Alan McDonald
> Hello all,
> What is the type of rdb$db_key? I want to pass it to a stored
> procedure from within a stored procedure..
>
> Thanx in advance.
> Mahesh.

I wonder if you are using IBExpert and see it in your code completion drop
down? If so, then I wonder if you have not assigned a primary key to the
table in question? If so, then I would recommend you do, and then use it.
rdb$db_key is not reliable for the purpose of passing around the place
AFAIK.

Alan