Showing related tags and posts accross the entire site.
-
My Question is as follows. what would be the best practice in database, for a webbased application, using .NetTiers as my DAL? Sorry If I posted in the wrong thread. 1 - Conventions PrimaryKey (PK) , ForeignKey (FK), Employer-> Company,Organization , Branch -> Company Branch, ContactPerson ->...
-
Just a note for a stupid database error. If you have a Primary Key field and you create an Index on that same field, the NetTiers generated code won't be correct - it won't compile. Remove the Index - the Primary key is already indexed. Doh!