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....
-
While generating code using NetTiers template-set for oracle 9.2i schema, i recieved a message: "Table TRATE does not have a primary key, it will not be generated." Then i've read a post about the same situation under MS SQL server and implemented the same schema under Oracle, here is it's sql code:...