On Jun 27, 10:31 am, Lennart <Erik.Lennart.J ons...@gmail.co mwrote:
[...]
Hmm, on second thought. Looking in:
SQL Reference Volume 1, Version 8. (havent checked 9.5 yet) in the
comment on syscat.referenc es it says:
FK_COLNAMES:"Li st of foreign key column names. Warning: This column
will be removed in the future.Use SYSCAT.KEYCOLUS E for this
information."
PK_COLNAMES: "List of parent key column names. Warning: This column
will be removed in the future. Use SYSCAT.KEYCOLUS E for this
information."
But as shown in my earlier post, KEYCOLUSE.COLSE Q does not necessarily
reflect the colorder in the key. Reflections anyone?
/Lennart
[...]
[...]
The other day I stumbled upon an error. The foreign keys
are working as expected, but syscat.keycolus e.colseq indicates
otherwise(I'm aware that syscat.referenc es can be used instead, this
is more of a nice to know thing)
are working as expected, but syscat.keycolus e.colseq indicates
otherwise(I'm aware that syscat.referenc es can be used instead, this
is more of a nice to know thing)
SQL Reference Volume 1, Version 8. (havent checked 9.5 yet) in the
comment on syscat.referenc es it says:
FK_COLNAMES:"Li st of foreign key column names. Warning: This column
will be removed in the future.Use SYSCAT.KEYCOLUS E for this
information."
PK_COLNAMES: "List of parent key column names. Warning: This column
will be removed in the future. Use SYSCAT.KEYCOLUS E for this
information."
But as shown in my earlier post, KEYCOLUSE.COLSE Q does not necessarily
reflect the colorder in the key. Reflections anyone?
/Lennart
[...]
Comment