Subject Re: [IBO] Why RDB$DB_KEY?
Author Steve Fields
Steve Fields wrote:
>
> Hi All,
> With a simple table: Counter=Integer, LastName=VARCHAR(30), etc.
> as OVERTIME.
> I have the primary key on COUNTER, a generator. In the program I
> have a TIB_Query with SELECT * FROM OVERTIME FOR UPDATE, KEYLINKS:
> COUNTER=COUNTER, MASTERLINKS:COUNTER=G_OTCOUNTER, the default
> ordering text (built by right-clicking), and the default SQL text
> generated with the default settings:Prepared Edit, Search Delete,
> Searched Edits.
> When I select the Generate For Table I get the three SQL texts
> but in the Edit SQL I get the normal setup but at the bottom I
> get WHERE RDB$DB_KEY = :DB_KEY
> From this point on I get errors of _Invalid Custom DML Column
> Reference RDB$DB_KEY.
> How do you fix this when it is the default?
>
> Thanks,
> Steve Fields
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

Excuse me,
D5 Ent, IBO3.6Di, NT4SP5, IB6
TIB_Connection: auto commit, server auto,
commited read

Steve Fields