Hits Today: 1 Total: 6121 | Updated: 10/29/2000 | |
 | Data shaping is a little known feature of
ADO 2.0 that allows you to create hierarchical recordsets
giving you tremendous power over manipulating and
displaying data. Author: Chris Payne Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 4610 | Updated: 11/14/2000 | |
 | Our last article on data shaping introduced you to the basics, with a few applications. This time we'll talk about reshaping, and explore the topic of a hierarchical file system in a bit more depth. As always, we even give you the code. Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 2547 | Updated: 9/26/2003 | |
 | In this code snippet, we will create hierarchical recordsets using data shaping. We will create a new table using two data table. We will list results of one table with sub-records related to master table. Author: Dotnetindex.com Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 3144 | Updated: 10/21/2003 | |
 | This source code shows us how to create a frontpage displaying our top categories with our first parent category. I have added a sample category list to test our script. Sample category contains some parts of DMOZ structure. Author: Dotnetindex.com Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 4920 | Updated: 11/2/1999 | |
 | Article about querying relational databases, and how to to obtain and group the data from two related tables without having to use any JOIN syntax. Author: Scott Mitchell Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 4509 | Updated: 11/4/1999 | |
 | Showes how to use data shaping to return a recordset as an element of another recordset. This article discusses some of the more advanced options concerning data shaping: namely, how to have multiple children and grandchildren. Author: Scott Mitchell Code: ASP 2.0 & VBScript | |  | |
|