Questions in this tag typically involve the association that a set of data has with other set(s) of data.
0
votes
1answer
27 views
Rails inverse_of confusion
I have these two models: Team and User.
Each user can have team and each team has many users. But I want to call team.users with team.members. I managed to do this with class_name, but I also need to ...
0
votes
1answer
36 views
Prolog Relational Tracking without Lists
I am trying to get a predicate to relate from 1 fact to another fact and to keep going until a specified stopping point.
For example,
let's say I am doing a logistics record where I want to know ...
0
votes
2answers
45 views
Resolving many to many relationship
I have 3 tables that i am trying to figure out how to set the relationships. The database is to track survey questions and answers. A User can answer many questions, A question can have many ...
1
vote
2answers
60 views
How to create a relationship between records in a SQL database?
Let's say we have a "People" table:
ID Name Surname Age
1 Thorvald Benjamin 32
2 Addison Impi 40
And we have a "Compatibility" table:
Person1_ID Compatibility Person2_ID
1 ...
1
vote
1answer
69 views
when adding a relationship object w/ core data get “property cannot be found in forward class object” error
I have a core data model with four entities. The entity Player has a to-Many relationship to the other entities (Player_Scores,Custom_Exercise,Selected_Exercise).
In my app delegate, I make ...
0
votes
1answer
38 views
Neo4j Client: Can we throw an exception if there are already maxium number of relationship reached?
If I have a one to many relationship like 1 Vehicle has 1 to 4 wheels, if someone try to call
graphClient.Create(wheel, new VehicleHasWheel(vehicle.Reference));
can we expect the graphClient to ...
2
votes
1answer
91 views
Many to many relationships with taxonomy in Eloquent
I'm using Laravel 4. I have many to many relationships in my system. And I choose to use Wordpress taxonomy table scheme.
But how can I make models relationships with Laravel 4 Eloquent ORM? Here is ...
0
votes
1answer
42 views
Set Yii Model relation to other field
I have relation:
'tbl2' => array(self::BELONGS_TO, 'Tbl2', 'id_tbl2')
It referrer tbl1.id_tbl2 to tbl2.id table. But now I need to make it referrer to id1 in tbl2.
tbl1 is MyISAM and tbl2 is ...
0
votes
1answer
50 views
Django ManyToMany relation contains value
I'm trying to search through a ManyToMany relationship, but I'm doing something wrong and I'm not sure about what it is
t = Teacher.objects.get(username=u.username)
var = ...
1
vote
0answers
111 views
backbone supermodel.js — lost associations of models after fetching from localStorage
I have two Backbone SuperModel Info and Content, and associate 1-to-1 with each other in the way:
Info.has().one('content', {
model: Content,
inverse: 'info'
});
...
0
votes
1answer
66 views
find query for many to many relation propel
i am new for propel .
i face a problem to fetch all record form both table which have many to many relation .
i have a user and group table. and a join table user_group.
user and group have ...
0
votes
2answers
95 views
Django: three models in relation to each other, what is the best way
I have an online shop. there are single items to buy, but there are also some sets which contain some of those single items.
Now i am trying to find the best/usefull solution for these relations. That ...
0
votes
2answers
36 views
Rails: select in an intricate relationship
I am rather new to rails, so I ask for your patience.
I have a bit of an intricate relationship between three (ActiveRecord) models:
class Producer
has_many :clients
end
class Client
...
0
votes
1answer
68 views
Sharepoint: Establish related records when new item being added to list
What is the best way to implement a parent-child hierachy between items in a list? The requirement is as follows
-> there is a list item with a particular ID
-> that particular ID could have ...
0
votes
0answers
22 views
ios restkit relationship mapping doesn't work [duplicate]
Article Entity:
NSNumber * articleId;
NSString * articleName;
NSNumber * categoryId;
Category *category;
Category Entity:
NSNumber * categoryId;
NSString * categoryName;
NSSet *articles;
...
1
vote
3answers
200 views
Laravel Eloquent select from relationship
I've been trying to get the hang of Laravel. I'm using Laravel 4.
Right now I have two tables, a 'Products' table and a 'Images' table.
A product can have many images and an image belongs to a ...
0
votes
1answer
74 views
iOS Restkit how to relate entities in mapping
I have 2 entities: Article and Category.
//Article mapping
RKManagedObjectMapping *categoryMapping = [RKManagedObjectMapping mappingForClass:[Category class] inManagedObjectStore: ...
-1
votes
1answer
45 views
ruby on rails - how to make relationship works in route, controller, view ? has_many, belongs_to
I am struggling to get my relationship in rails to work.
I have a User,Gallery,Comment model
class Gallery
has_many :comments
belongs_to :user
end
class User
has_many :comments
has_many ...
1
vote
0answers
54 views
Display tagged items in lists sorted by tags
I have tasks that have tags in this format:
Array
(
[0] => stdClass Object
(
[task_id] => 10,
[task_text] => Mow and fertilize,
[tags] => Array
...
2
votes
2answers
52 views
How to avoid fetching the sub entities in a relationship
Assume I have 3 entities, X, Y, Z.
X has a to-many relationship "Ys" pointed to Y, and Z is a sub entity of Y.
In my situation, I want to fetch all the "Y"s of a given X, but I don't want any Z.
...
0
votes
2answers
22 views
coredata- relationship failing to behave properly
This is structure of coredata architecture.
After adding entries to 'Artists', using them to newly added 'Album' entries is working perfect.
But the problem is as shown in img- 2 & 3, after ...
0
votes
1answer
91 views
ASP.NET MVC TASK MANAGER one-to-many relationship
I am trying to learn ASP.NET MVC so I have started to build small application - TASK MANAGER based on tutorials on internet (MVC Music Store, Nerd Dinner, etc ...). Ive got stuck while trying define ...
0
votes
1answer
82 views
Add multiple registers relationship with one register MVC 3
I'm the new MVC developer, but I'm C# programmer in long time.
On my system i need add multiple telephone numbers and link with one customer.
This is my flow:
1º Save my customer data.
2º Add ...
0
votes
1answer
49 views
how to create realationship between tables and views (sql server 2005) [closed]
I already have an existing huge database but the problem is there is no relationship exists between the table and views. is there any possible way or tool to aumatically create realtionships or whats ...
2
votes
1answer
88 views
yii combine model relation
I'd like to know how (if it's possible) to combine (union) relations in a Yii model.
I have the following models:
User
Country
Province
City
Item
The geographic hierarchy relationship is:
...
0
votes
2answers
48 views
FileMaker: Getting a specific related record in a one-to-many relationship
Suppose that I have two tables, A and B. A has an ID field, and B has a ID, Value, and Title field. The two ID fields are related, so that there is a one-to-many relationship between A and B.
What ...
1
vote
2answers
75 views
Updating ManyToMany jointable in Java
I generated Entities and Facades using netbeans. Below is an example that works/updates:
I have 2 tables that are joined by a join table where it works:
User
PK: userID
Category
PK: categoryID
...
0
votes
1answer
48 views
What's the best db structure to represent the relationships within a family if the base-object is a Person
I have a large DB full or people called PERSONS.
I want to store their relationship to one another in a separate table.
I am thinking something like this:
FAMILY
PERSON_IDS: 123, 345, 678
...
0
votes
1answer
66 views
Relationship between entity and relation in ER model and relational model?
Can I set a relation between an entity and a many to many relationship on ER model? If so, how do you represent it?
I read ER data model (connecting 2 relations) this but it just speaks about ...
1
vote
1answer
44 views
MySQL table relationship layout (many-to-many with ambiguity)
I have tables for accounts, groups and projects. Now I want to describe the access privileges of accounts and groups regarding accounts and projects. For projects there is read, write and no access ...
0
votes
0answers
19 views
How to return unique results from an acts_as_taggable relation in a nested loop
I'm trying to return a unique list of video industry names, taken from an acts_as_taggable relation. So far I've tried the following:
<% @videos.each do |c| %>
<% ...
0
votes
1answer
278 views
Laravel Eloquent Many to Many how to
I'm trying to learn Laravel and right now I'm experimenting with Eloquent.
I've got the following case that I can't solve right now:
Let's say I'm creating a webshop, so I have products (Product 1, ...
4
votes
2answers
111 views
Three way (model) relationship
I have the following Schema and Model setup, with this seed data.
My goal is to achieve a three-way-relationship, it may be a wrong term, but at last, that's what I'm calling it.
Three-way as in:
...
0
votes
1answer
226 views
how to create a uml class diagram from code
I am building a calculator app and I am stuck on creating a UML class diagram for it. Say if I have the following class in my project called CalculatorBrain, how could I make a UML class diagram out ...
0
votes
1answer
55 views
How can I add seed data with correct relationships?
I'm creating forum software using Ruby on Rails. I'm stuck on adding seed data to my database with the correct database relations.
A forum has many topics, and a topic belongs to a forum. That is a ...
0
votes
0answers
21 views
Drupal Select List of Addresses Per Node
I have two content types:
Locations
Fields: Name, Description, Address
Events
Fields: Name, Description, Location
Events are held are at locations and locations have addresses :)
How can ...
2
votes
2answers
33 views
Neo4j “RelationshipRecord[22] not in use” error
I'm getting this error
RelationshipRecord[22] not in use
executing this command
start r=relationship(22)
delete r
when trying to delete a broken realtionship. With a broken relationship I mean ...
0
votes
3answers
180 views
MySQL one-to-many relationship. Different table, or PHP handling?
I am creating a MySQL database in which I have two tables, one for blogs, and one for their locations. What I have done is a field in blogs which is a string of location ids separated by commas: ...
0
votes
1answer
27 views
Defining Relationship ( Many to Many) for 3 Models in Rails
I have three models in Rails as : Curriculum, Grade and Topics.
The relationship scenario is like :
Curriculum 'C1' in grade 'G1' has_many Topics ( t1,t2,t3)
Curriculum 'C2' in grade 'G2' ...
0
votes
1answer
41 views
Rails mix up join table name in has many belongs to many
I'm doing a simple todo app where I only have todo and tag models and a has_many_belongs_to_many relation in between them. I also set up a todo_tags migration for the join which looks like the ...
1
vote
0answers
48 views
Sqlalchemy primaryjoin join argument alternative
In sqlalchemy, one can specify the primaryjoin argument to the relationship construct to specify alternate join conditions.
my question is: can this be done "manually" ie. is there an alternative ...
1
vote
1answer
120 views
Cake php model relationships difficulty, esp. hasMany Through
I apologize in advance... I'm a complete noob to cakephp. As such, I'm having great difficulty in getting my models related correctly. To be more specific, I'm having the most trouble with the ...
1
vote
1answer
87 views
SQLAlchemy ON DELETE SET NULL while using secondary table
I encountered a basic use case - I have two tables, Nodes and Networks, and they are interconnected using third table IPAddr as a secondary association table:
class Node(Base, BasicValidator):
...
0
votes
1answer
157 views
“Unhandled Exception: Creating default object from empty value”
I'm trying to show a snippet of code and in the same time display comments that you can make to the snippets (I call the snippets code). But I'm having troubles to view the username of the user who ...
0
votes
0answers
17 views
How to avoid mulitupile records in child table while using One to One Non Identifying Relationship?
How to avoid Multiple records in child table while using one to one non identifying relationship between parent and child table? Thanks in advance.
0
votes
2answers
228 views
How can I create a relationship in excel for multiple columns?
I'm trying to create a relationship between two tables in powerpivot. However, my tables don't have any keys. What I would like to do is create a SQL-Unique-Constraint-like relationship, which is ...
0
votes
0answers
41 views
Rails : nested resources issue
I'm newbie in RoR and currently on my first app.
Ive got 3 models : Event, Place and Order
class Event < ActiveRecord::Base
attr_accessible :name
has_many :places
end
class Place < ...
0
votes
1answer
217 views
RestKit CoreData one to many relationship mapping, the To Many part not working
I am using RestKit 0.20 to map 2 entities.There is a one to many relationship.
Teacher<->>SchoolClass
Here is the Teacher.h
@class SchoolClass;
@interface Teacher : NSManagedObject
@property ...
0
votes
0answers
15 views
How to show news only on associated nodes from all available news with views and contextual filters (Drupal 7)?
Guten Tag,
In Drupal 7 & Views 3.5 I have a content type "News" for news on artists featured on my website and a view to show the teasers of the News in a block. No problem here.
Now:
On each ...
-6
votes
5answers
121 views
Make a relationship between tables , using C# [closed]
i have 2 talbes , City and Employee and this is the colums
Citys :
CityId
CityName
And
Employees :
EmployeeId
EmployeeName
EmployeeCity
now i want to do , that when im change the CityName (In ...




