Subject | Re: [IBO] rdb$db_key in a select |
---|---|
Author | lester@lsces.co.uk |
Post date | 2002-07-11T08:19:04Z |
> with dmMain, quGeneral,Sql doIf PRD_CODE is your primary key on products, then DB_KEY
> begin
> Clear;
> Add('select RDB$DB_KEY, PRD_CODE from products');
> Prepare;
> Open;
> end;
will not be added and you simply use the PRD_CODE value -
IBO takes care of the rest.
Why do you think that you want to use DB_KEY?
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services