RE: Parent-Child Relationship Question

2004-07-02 Thread Matt Chatterley
Blomstrom [mailto:[EMAIL PROTECTED] Sent: 02 July 2004 03:13 To: [EMAIL PROTECTED] Subject: Re: Parent-Child Relationship Question And here's a follow up question... After looking at my database from a fresh perspective, I'm now thinking of combining tables area and family into a single

RE: Parent-Child Relationship Question

2004-07-02 Thread olinux
Try these: http://www.sitepoint.com/article/1105 http://www.evolt.org/article/Four_ways_to_work_with_hierarchical_data/17/4047/ olinux -Original Message- From: David Blomstrom [mailto:[EMAIL PROTECTED] Sent: 02 July 2004 03:13 To: [EMAIL PROTECTED] Subject: Re: Parent-Child

Re: Parent-Child Relationship Question

2004-07-01 Thread David Blomstrom
And here's a follow up question... After looking at my database from a fresh perspective, I'm now thinking of combining tables area and family into a single table. If I do that, it would make life so much simpler if I had TWO name fields, like this: ID | Name | ParentID | Parent Name