Hi all
Is there a way to determine if a referential constraint is declaredWITH CHECK OPTION or WITH NO CHECK OPTION - programmatically - without writing a parser for the originating DDL?
This attribute appears to be lacking in the Data Dictionary tables, which leads me to think that the value is (probably) stored in the table header. If this is the case, how can I get at it?
Any thoughts, views (or even answers!) much appreciated.
BRgds
J.
Is there a way to determine if a referential constraint is declaredWITH CHECK OPTION or WITH NO CHECK OPTION - programmatically - without writing a parser for the originating DDL?
This attribute appears to be lacking in the Data Dictionary tables, which leads me to think that the value is (probably) stored in the table header. If this is the case, how can I get at it?
Any thoughts, views (or even answers!) much appreciated.
BRgds
J.