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....
-
There is a bug in generated code having a m:m relationship and a composite key. Example TableA ( IdTableA (PK), Description ) TableB ( IdTableB1 (PK), IdTableB2 (PK), Description ) TableATableB ( IdTableA (PK), IdTableB1 (PK), IdTableB2 (PK) ) Generating code and compiling you obtain these errors: ....