Showing related tags and posts accross the entire site.
-
I have a table where I want to FK to the table's Primary key (so as to create parent/child relationships among the rows). The problem I have is getting the PK value on insert. I do an DataRepository .MyObjectProvider. Insert(TransactionManager, o_myobject) but obviously get an error when the FK value...
-
I've got table A which has a ParentID that relates back to it's own ID. How can I use schemaExplorer to discover if a table has a recursive relationship?
Posted to
General
(Forum)
by
sam_dlg
on
07-17-2008
Filed under: SchemaExplorer, ForeignKeys, primary key, beginner