Showing related tags and posts accross the entire site.
-
I am having a few difficulties getting NetTiers to understand my database. Basically i've got a database that looks like this: DB Paradigm So basically the MarketProduct is related to a Product table (ProductId), and a Market table (MarketId), and uses that association as a composite primarykey....
-
Let me try explain this one. I have a parent object (ParentObjectA) which has 3 child objects Named objA, objB, and objC objB and objC relate to objA in a parent child relationship. Now, a deepsave of ParentObjectA (with the child types specified in the deepsave syntax) eventually calls the deepsave...