Subject Re: [IBO] DB_KEY
Author IB Objects
> Sorry, but i need this colummn in IBOTable. This is possible ?

I don't think so unless you hook into the OnPrepareSQL event and modify it
consistently to add that column.

DO something like this in the OnPrepareSQL event:

myQuery.SQLSelect.Add( ', RDB$DB_KEY );

Let us know if this will do it.

Regards,
Jason Wharton