No announcements
Found 798716 threads
-
0 Votes
many to many association sample?
I need a database sample whose tables have many to many association, I hope that one expert can give me a good sample/ Thanks.Answered | 1 Replies | 6450 Views | Created by Jake Wardley - Wednesday, September 23, 2009 5:16 PM | Last reply by RobNicholson, MCSM - Wednesday, September 23, 2009 11:31 PM -
0 Votes
Associate Many to Many
When I try to associate an existing role to a user, a new record is getting inserted in the Roles table, instead of only inserting a ...Answered | 5 Replies | 6295 Views | Created by xAvailx - Monday, August 23, 2010 9:46 PM | Last reply by Rowan Miller - Saturday, September 18, 2010 12:39 AM -
0 Votes
STE POCO Many To Many Save Issue - Many to Many is always inserting
This is where many-to-many relationships are tracked.Answered | 3 Replies | 4155 Views | Created by Joseph Baggett - Friday, January 14, 2011 3:48 PM | Last reply by Joe Bako - Saturday, January 22, 2011 12:09 AM -
1 Votes
Many to Many Insert
Hello all, I'm trying to perform a many to many insert with the entity framework.Answered | 1 Replies | 4053 Views | Created by Brian M. D. _ - Wednesday, November 25, 2009 11:52 PM | Last reply by Yichun_Feng - Friday, November 27, 2009 5:45 AM -
0 Votes
Summary Control Link Problem with Many-To-Many Associations
LightSwitch V1 does not support many-many relationships.Answered | 1 Replies | 3858 Views | Created by BFC - Monday, August 30, 2010 11:57 AM | Last reply by Erik - MSFT - Friday, October 8, 2010 9:39 PM -
0 Votes
Insert into Many-To-Many Tables ?
That said, according to your information, the author row will already be present, so your should first INSERT the new book row, then insert the needed ...Answered | 3 Replies | 6136 Views | Created by BinShehab - Saturday, November 5, 2011 3:54 AM | Last reply by BinShehab - Sunday, November 13, 2011 11:37 AM -
1 Votes
Auto select on inserting many to many
And Andy Kung has a good article for you question: How to Create a Many-to-Many Relationship (Andy Kung) That's really what ...Answered | 3 Replies | 1705 Views | Created by SaphuA2 - Sunday, April 15, 2012 1:00 PM | Last reply by Dino He - Tuesday, April 17, 2012 2:20 PM -
0 Votes
Ria, Code first, many to many, inserts!
For Code First Many to Many relationship, you can refer this link: ...Answered | 2 Replies | 2236 Views | Created by Kelbob - Monday, February 6, 2012 11:05 AM | Last reply by Alan_chen - Wednesday, February 15, 2012 8:21 AM -
0 Votes
Adding to a Many to Many Relationship
Many thanks!Answered | 9 Replies | 10112 Views | Created by Ean Nugent - Wednesday, February 27, 2008 4:12 PM | Last reply by vtiDaniel - Friday, October 15, 2010 5:59 PM -
4 Votes
Need help with Many to Many DB and Inserting.
Many modern DBMS' support this with a graphical interface.Answered | 5 Replies | 2997 Views | Created by HoosierDaddyTim - Saturday, June 25, 2011 1:19 PM | Last reply by HoosierDaddyTim - Wednesday, November 28, 2012 8:18 PM -
0 Votes
Quizz : 5-entity query with grouping involving a many-many association
Hello, Here's a tough (I think) question regarding working with many-to-many associations (EF 4.0 VS2010RC) : These are my entity types ...Answered | 4 Replies | 6345 Views | Created by ykhammal - Sunday, March 14, 2010 2:19 PM | Last reply by Alannah.Klugh - Sunday, February 13, 2011 12:14 AM -
0 Votes
INSERT statement many times
Hi Safinnator, According to your description, if you want to insert the same data many times in one table, I recommend you can use an temple table, you can refer ...Answered | 2 Replies | 1769 Views | Created by Safinnator - Saturday, September 21, 2013 4:58 PM | Last reply by Sofiya Li - Monday, September 23, 2013 5:43 AM -
0 Votes
Independent Many-to-Many?
Yes, you can create a many to many association as long as you provide a navigation property on at least on of the association's ends like the following ...Answered | 2 Replies | 4361 Views | Created by Mike-E_wins - Friday, March 11, 2011 7:57 PM | Last reply by Mike-E_wins - Friday, March 11, 2011 10:30 PM -
0 Votes
Many to many dimension
Hi John, The many-to-many dimension relationship defines an association between a dimension and a measure group by specifying an intermediate fact table ...Answered | 2 Replies | 3289 Views | Created by jschroeder - Tuesday, September 13, 2011 7:16 PM | Last reply by Challen Fu - Friday, September 16, 2011 9:44 AM -
1 Votes
Reference Dimension relationship: many-to-many?
If each fact table row is associated with one-and-only-one activity record, the Activity Dimension relationship to the fact table is a regular relationship.Answered | 1 Replies | 6181 Views | Created by John Lynn - Thursday, January 29, 2009 10:30 PM | Last reply by Martin Mason - Thursday, January 29, 2009 11:34 PM -
0 Votes
Many to many relationship
Although my above image represents a many to many relationship but the requirements of the system suggest that a member can not belong to more than one committee so there ...Answered | 4 Replies | 6804 Views | Created by Abdul Hakeem Baloch - Saturday, October 22, 2011 2:56 AM | Last reply by Dan Guzman - Saturday, October 22, 2011 3:30 PM -
0 Votes
Many to Many to Many Relationships
However, in the design of my database, say Actions already had a one-to-many relationship with another table titled ActionPossibilities in which every row was a possible ...Answered | 1 Replies | 1533 Views | Created by WadeAmaral - Thursday, April 3, 2014 3:14 AM | Last reply by Chongtham Rajen Singh - Sunday, April 6, 2014 2:44 AM -
3 Votes
Modeling many-to-many relationships
Many to many relationships come about in most solutions I have ever worked on, and is not necessarily an indication of complexity.Answered | 5 Replies | 5632 Views | Created by darmir - Thursday, July 30, 2009 6:51 AM | Last reply by Martin Platt - Monday, August 3, 2009 3:24 AM -
7 Votes
many-to-many-to-many relationships
I tried something like this before by following a many-to-many tutorial I mentioned above (see my first post) but the code is flawed...Answered | 21 Replies | 8243 Views | Created by pmdci - Friday, November 11, 2011 5:44 PM | Last reply by pmdci - Monday, November 14, 2011 2:00 PM -
0 Votes
Help on a Many to Many relationship with a PayLoad
Hi again, You answered a lot there :) Well, if the database doesn't contain the foreign keys I'm afraid you cant do create associations in the EF Model ...Answered | 10 Replies | 3882 Views | Created by Serge Calderara - Wednesday, November 16, 2011 2:31 PM | Last reply by Rune Gulbrandsen - Thursday, November 17, 2011 5:42 PM - Items 1 to 20 of 798716 Next ›
No announcements