Subject RE: [Firebird-Architect] Re: rdb$db_key in either XSQLDA or XSQLVAR
Author Claudio Valderrama C.
Roman Rokytskyy wrote:
>
> One more question: what are XSQLDA.sqldaid and XSQLDA.sqldabc fields
> for? API Reference says "Reserved for future use". 8 bytes of
> rdb$db_key and 4 bytes of record version fit nicely here. Maybe it is
> already that very "future use"?

They are unused. They currently contain garbage. The debug version of isql
has a command,
set sqlda_display [ON|OFF]
that will let you watch the information the tool receives from the engine in
the XSQLDA.

C.