Showing related tags and posts accross the entire site.
-
I'm wondering if something is wrong with my configuration or my database, because I haven't been able to find any generated code that allows me to do a many-to-many lookup. I have 3 tables in my DB: User (Id, Code, Password, Active) Role (Id, Code, Description) UserRole (Id, User, Role) The 'UserRole'...
-
First of all, thanks and great work to all for this fantastic tool! I've been using .nettiers for about 2 months now and recently came across this problem. Scenario I have a table 'Person' and another 'RelatedPersons'. A 'Person' can have 0 or more 'RelatedPersons'...
Posted to
.netTiers - General Support
(Forum)
by
kushal18
on
09-13-2007
Filed under: .netTiers, ManyToManyListRelationship, ManyToMany, ManyToManyListRelationship GridView CheckBox EntityRelationshipMember, C#, .net 2.0, SQL Server, beginner
-
The code generated for the many to many relationship I think is getting confused when two Entity Tables both have the same column name for the primary key. Table structure. Dealer --------- PKID int Name varchar(100) Address1 varchar(150) .... Country ---------- PKID int Name varchar(150) Code char(4...