Hierarchical retrieval
-
After completing this lesson, you should be able to do the following: Interpret the concept of a hierarchical query Create a tree-structured report Format hierarchical data Exclude branches from the tree structure
18p trinh02 28-01-2013 45 3 Download
-
[ Team LiB ] Recipe 2.1 Retrieving Hierarchical Data into a DataSet Problem You want to fill a DataSet with parent and related child data, even if the DataSet already has a schema that includes the relationship. Solution There are several techniques you can use to load parent and child data into a DataSet.
4p luvpro 04-08-2010 79 6 Download
-
[ Team LiB ] Recipe 3.14 Using the Shape Language to Retrieve Hierarchical Data Problem You want to use the Shape language with ADO.NET to retrieve hierarchical data from a SQL Server.
3p luvpro 04-08-2010 86 4 Download