0
votes
1answer
20 views
reparenting hierarchyid values
If I have the following rows set up in a SQL Server 2008 table:
Row Hierarchy
1 1/
2 2/
3 1/1
4 1/2
5 2/1
6 2/2
7 …
7
votes
5answers
2k views
How do you sort a tree stored using the nested set model?
When I refer to nested set model I mean what is described here.
I need to build a new system for storing "categories" (I can't think of better word for it) in a user defined hiera …
0
votes
2answers
93 views
Drupal 6: Taxonomy splot up in managed fields?
So you have two taxonomies, namely: "Business Type" and "Location"
This is assigned to a node called BUSINESS. In effect, when the user creates a BUSINESS node, her has to choose …
0
votes
2answers
33 views
How to build an hierarchy?
I want to analyze a piece of document and build an ontology from it.
There could be many characteristics of this document, and it could be a hierarchy.
What is the best programmin …
0
votes
4answers
64 views
Need some explain with OOAD “is a” hierarchy.
I have purchase Object-Oriented Analysis and Design with Applications, at page 64 paragraph 2 has explain about "is a" hierarchy like below.
In terms of its “is a” hierarchy, a …
0
votes
0answers
7 views
Inserting a Hierarchy with Subsonic 3
I have used the Subsonic3 Linq T4 templates to generate data access code for my database. The one table I have so far represents a class very much like the following.
public clas …
3
votes
4answers
78 views
Oracle Hierarchical Query
Using Oracle 10g. I have two tables:
User Parent
-------------
1 (null)
2 1
3 1
4 3
Permission User_ID
-------------------
A 1
B 3
Th …
4
votes
2answers
1k views
Linq to Sql - Hierarchical Query to Find Ancestors
Given an EmployeeId, how can I construct a Linq to Sql query to find all of the ancestors of the employee? Each EmployeeId has an associated SupervisorId (see below).
Entity Defi …
0
votes
1answer
42 views
Organizational chart represented in a table
HI,
I have an Access application, in which I have an employee table. The employees are part of several different levels in the organization. The orgranization has 1 GM, 5 departme …
0
votes
4answers
87 views
Storing files on the filesystem
I have an application that stores images in a database.
Now I have learned that this isn't the best way to do this because of performance.
I've started extracting all the "blobs" …
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 …
0
votes
0answers
11 views
create hierarchy in non parent child dimensions
I am creating a user hierarchy for product dimension with AdventureWorksDW in a cube.
I have added Product Key, ProductCategory Key and Product Subcategory Key attributes. But, its …
0
votes
2answers
81 views
SQL Server: How to get all child records given a parent id in a self referencing table
Hi I have a which references itself and I need to be able to select the parent and all it's child records from a given parent Id.
My table is as follows:
ID | ParentID | Name …
0
votes
2answers
74 views
Self-referencing hierarchy in GridView
Hi,
I recently read that self-referencing hierarchy is now supported by Telerik's radGridView. Unfortunately, I have been unable to locate any demos, tutorials, or sample code to …
1
vote
1answer
50 views
Storing Directory Hierarchy in a Key-Value Data store?
What is a clean/efficient method for storing the directory Hierarchy/tree in a Key-Value database (in my case MongoDB but any of them).
For example a tree structure
- Cars
+ …
