Top "Hierarchical-data" questions

Hierarchical data reflects a set of parent-child relationships.

What tool generates diagrams from SQL Server hierarchical data?

Is there a tool that works with SQL Server to generate tree-like diagrams from a hierachical data model? I am …

sql-server visualization hierarchical-data diagramming
Oracle 11g CREATE VIEW using CONNECT BY and multiple tables

Using Oracle 11G (not R2) database, we need to create reports that show which Leadership Committe an individual's reporting structure …

sql oracle view oracle11g hierarchical-data
How to store tree structures in Java?

Hierarchical data structures are often stored in relational databases. This kind of storage is flexible but flat, so the tree …

java database nosql hierarchical-data
Backbone with a tree view widget

I'm evaluating the Backbone javascript framework for use in a project that will display a hierarchical model in a tree …

hierarchical-data backbone.js
How do I use entity framework with hierarchical data?

I'm working with a large hierarchical data set in sql server - modelled using the standard "EntityID, ParentID" kind of …

entity-framework hierarchical-data user-defined-functions
Move node in Nested Sets tree

I am working on an adjacency list with mySQL and can not (atleast by myself) do the thinking needed to …

mysql tree nested hierarchical-data nested-sets
Infragistics WebHierarchicalDataGrid - Custom style on child bands when Databind to IList?

I'm trying to setup some custom styles and TemplateDataFields on the child band level of the Infragistics Hierarchical DataGrid. I'm …

data-binding datagrid infragistics hierarchical-data