Subject | Keylinks |
---|---|
Author | laurent.gilbert@spirale-ingenierie.com |
Post date | 2001-04-04T13:14:32Z |
Hi all,
I've an error with TIBOQuery.
I use a simple TIBOQuery like 'SELECT Field1 FROM T1' to load a list
of values. It works well.
If I want to suppress the current record of the selection with a
statement like this :
'SELECT Field1 FROM T1 WHERE PK <> a_value',
I get an error : "Invalid KeyLinks entry : T1.PK"
If I modify the statement in order to have PK in selected fields, it
works.
An other solution is to set KeyLinksAutoDefine to false.
But why ?
Laurent.
I've an error with TIBOQuery.
I use a simple TIBOQuery like 'SELECT Field1 FROM T1' to load a list
of values. It works well.
If I want to suppress the current record of the selection with a
statement like this :
'SELECT Field1 FROM T1 WHERE PK <> a_value',
I get an error : "Invalid KeyLinks entry : T1.PK"
If I modify the statement in order to have PK in selected fields, it
works.
An other solution is to set KeyLinksAutoDefine to false.
But why ?
Laurent.