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
-
Derrick, were you able to modify this to get the results you wanted? I also have a database that uses surrogate keys in the join tables... Is it really as simple as getting the template to recogize these as many to many relationships? Does anyone know if the generated code in the service base class would...
-
Hi Im using the follow code below to update a linkmember table; however the update does not populate any record into the database. Any ideas please? < data : MultiFormView ID ="FormView1" DataKeyNames ="Pk" runat ="server" DataSourceID ="_YBC_ShowsDataSource"...
-
Version 702 : I have a table with many to many relationship . When I use ManyToManyListRelationship ,I found that when I Add checked list , it works well ,but when I delete a checkbox from the checkBoxList, the relation ship didn't work .It remove nothing . PropertyGroup1: <asp:CheckBoxList ID...
-
I'm pulling my hair out with this... Let's say we have three entity classes: Blog BlogCategory Category BlogCategory is the link table between a blog and it's category. I want a web page that displays the data in the following way: Blog Name Category 1 Category 2 Category 3 Blog Name Category...
-
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
-
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
-
Hi, Using: netTiers v2.0.1.471 ( The latest trunk from svn is producing the same results) SQL Server 2005 and DB Script from this post Code modified from this post posted below. CSP file included below StackOverflowException always occurs somewhere within DataRepository.StudentProvider.DeepSave(tm, student...
-
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...