Board index » delphi » Interbase[5] - get all descendents/ancestors (Parts List type problem)
Kim Mihaly
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Interbase[5] - get all descendents/ancestors (Parts List type problem)
This is the basic standard table of parts problem,
I know I need 2 recursive stored procs, but can't get them to work correctly using Interbase 5 and I getting horribly frustrated. I can get the immediate descendent and ancestor, but can't get further up or Given a link table that encapsulates a many to many as follows I need to find all descendents of a module , and its ancestors if module is 1 and calls 2,3 and 3 calls 34,35,46 I would expect to see the and using the above example if 35 were also called by 6 and 6 was called 4 I TIA |