Showing related tags and posts accross the entire site.
-
Hi All - I just tried upgrading from .netTiers 2.2.0.603 to 2.2.0.732 today and ran into an issue where a TList Collection was not generated for a many to many relationship. I am using CodeSmith 4.1.4 revision 3592 from the command line and my current DB schema (which has not been changed) worked just...
Posted to
.netTiers - General Support
(Forum)
by
drhoten
on
06-05-2008
Filed under: .netTiers, ManyToManyListRelationship, TList, ManyToMany, collection, ManyToMany Schema, ManyToMany Schema m:n Master Detail Master Child
-
Hey guys, I am having tough time using NetTiers on the front end of a website. The CMS works perfectly fine. Problem I have a table - ' Music ' and two more tables: ' MusicCategory ' and ' MusicInstrument '. Multiple instances of 'MusicCategory' and 'MusicInstrument'...
Posted to
.netTiers - General Support
(Forum)
by
kushal18
on
09-20-2007
Filed under: .netTiers, ManyToManyListRelationship, Filter, Filters, ManyToMany, ASp.NET, SELECT, 2.0, C#, .net 2.0, search
-
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...
-
When creating the next three tables, the aspx code will not compile but give an error that it cannot create an object of Error 1 Cannot create an object of type 'dbTST.Web.Data.BbgSelectMethod' from its string representation 'GetByBrf_Id' for the 'SelectMethod' property. C:\NetTiers\dbGINA\dbGINA.Website...
-
Hi! In a previous post ( 12586 ), Bobby Diaz gave a good example of a Many-To-Many List Relationship. In that example, based on the relationship descirption (see below), I assume that the link table had the following format: CustomerCustomerDemo (CustomerID PK, CustomerTypeID PK) but what if it had the...