Creation of Tree structure using PL/SQL [message #370343] |
Tue, 31 August 1999 08:54 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Anand
Messages: 161 Registered: August 1999
|
Senior Member |
|
|
Is it possible to create a tree structure ( as in 'C' )
using PL/SQL or a sorted array kind of thing for faster processing of repetative data ? If so How do we do it ?
|
|
|
|
Re: Creation of Tree structure using PL/SQL [message #370522 is a reply to message #370352] |
Wed, 15 December 1999 05:17 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Vincent de Haan
Messages: 1 Registered: December 1999
|
Junior Member |
|
|
Hi,
I have a followup question on this,
Is it besides following the tree with 'start with' and 'connect by' possible to save the previous levels in a view.
This because I want to handle the data in Crystal Reports, wich does not understand the above mentioned commands.
So what I would like to get is a view with the foriegn keys of all levels of the tree. Of course this would mean that the tree will no longer be endless extensible, but that does not mather to me because i have a predefined tree depth.
Hope someone knows a sollution for this,
Vincent de Haan
|
|
|