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...
-
In creating my custom schema provider I used the MySQL provider as a model and saw how that separates immediate file handling (GetMyTableKeys) from related files (GetOtherTableKeys). I'm sure I'm not building the other table keys properly. Can someone confirm if I'm doing this correctly?...
-
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