Tagged Questions

0
votes
0answers
7 views

Linq to ADO.NET parent/child query help

Hello I want to use Linq to ADO.NET to fetch all rows that match the criteria below from a DataTable. Select all rows where "parentId" equals "id" of a row where "parentId" equa …
0
votes
1answer
17 views

How do I Relate these 4 Tables

Trying to setup a simple Thread/Poll table mapping. Here is what I have: Threads table ThreadID (Primary Key/Identity Column) Polls table PollID (Primary Key, FK for Thread …
0
votes
1answer
26 views

Problem with one-to-many relationship with Single Table Inheritance (Rails)

I have problem with STI and relationship in ActiveRecord. I think I missed something in the class methods, but I don't know for sure. Below is my models: class User < ActiveRec …
2
votes
1answer
103 views

ms access can’t edit field because I must delete relationships but there are no relationships to delete

I have built a database on multiple tables. One of these tables has a field (Initials) that was originally defined to have 50 characters. After building the entire thing I realiz …
0
votes
0answers
45 views

OLAP: Many-to-many relationship between products and parent-child hierarchy of categories

Hello. I need a help with creating OLAP cube which allows to analyse many-to-many relationship between products and parent-child hierarchy of categories. I have next relational st …
1
vote
10answers
752 views

How to design a movie database?

Hi Guys, I'm trying to get my head round this mind boggling stuff they call Database Design without much success, so I'll try to illustrate my problem with an example. I am using …
0
votes
3answers
45 views

Reload association/related collection in NHibernate

If I have Order entity with a list of OrderDetails I can easily eager load the detail along with the order by using NHibernateUtil.Initialize(Order.Details). So obviously the NHibe …
1
vote
4answers
60 views

MySQL: How to study/analysis a MySQL DB tables relationships?

I'm given a MySQL DB that contain 108 tables. Is there a way or tool (software) to be able to see how these tables are connected (hopefully in a visual way) so I would be able to …
1
vote
2answers
97 views

cakephp habtm relationship (saving data)

Question related to HABTM has been posted in some good numbers on stackoverflow but I am still looking for a solution to my problem. I am creating an application that allows for c …
0
votes
2answers
37 views

Cascade a value in a table

Lets say I have two tables, 'a' and 'b'. The relationship of 'a' to 'b' is one to many. Lets both tables have the field status. This field has the values 'active' and 'inactive' …
0
votes
0answers
21 views

Can DataSet handle self-referential relationship?

Hi, I have the following tables: Data ID ... Relationships ParentID //points to Data:ID ChildID //points to Data:ID too If I bring both the DATA and RELATIONSHIPS table …
0
votes
1answer
34 views

Entity Relation notation in text

Is there a standard (non-graphical) notation for Entity Relationships? right now I'm using my own janky notation: User >> Photo , (1-many) User > Profile , (1-1 hasOne) Profile …
0
votes
4answers
148 views

Relationships in a UML class diagram

I have an application that models a tree, with classes Tree, Node and Edge (I need the Edge class!), and I'm not sure how to represent the relationships in the class diagram for th …
-3
votes
5answers
250 views

Personal matters [closed]

Before I ask this question, I'd like to say this is an community wiki, just so there aren't any misunderstandings, still I expect do be downvoted. So, I barely wake up, drive to w …
0
votes
1answer
24 views

Office Open XML: Relationship not used in the document

I have an Open Office XML document where a relationship that is defined in a relationship part is not used anywhere in the document, neither in the MainDocumentPart nor in any othe …

1 2 3 next
15 30 50 per page