Tagged Questions
2
votes
1answer
1k views
saving tree data in database (family tree)
I am trying to store a family tree.
Here is the platform that I am using, Zend framework, Mysql, Ajax
I have searched stackoverflow I came across this post which is very helpful in handling data in ...
4
votes
1answer
530 views
What is the best way to implement a family tree using ASP.NET MVC & SQL Server
I am trying to create a Family Tree website (for personal use) using MVC3 and SQL Server 2008 however I am relativly new to MVC3 (Using Razor & Entity Framework) but know SQL Server quite well.
I ...
3
votes
2answers
772 views
SQL database design
I am making a database for a program where i am supposed to model some relations in the family.
ex:
X is father to Y , Y is son to X
So , i have a Members table with all info about each member so i ...