Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ancestry forum database - suggestions

Status
Not open for further replies.

flyboytim

Programmer
Feb 18, 2003
756
GB
An Ancestry forum has a limited database facility, with 10 fields, no validation facilities, and the possibility of 50 current members adding their data, which extends over about 800 years to a single originating ancestor.

One of these members could be responsible for editing, adding and deletion rights for the rest of the 50 members, with group checking, and each member has perhaps information on 100 or so members of their recent family.

There is also a fairly good outline genealogy tree back to the original family member.

In order to create a consistent genealogy, how would be the best way to use these 10 fields?

I could imagine a template for each possible data source, for instance:
CensusSource: with values of US,UK,AU etc, FieldDate: 1881 etc, CensusPlace:, PersonID:, PersonSurnName:, PersonGivenName:, PersonBirthdate:, BirthPlace:, etc., etc.
or
BirthSource:, BirthDate:, BirthPlace:, PersonID:, PersonSurname:, PersonGivenName:, etc., etc.

etc.

In other words, to create table definitions with each row of the flat file which could be parsed into a relational database format.

Or is there a more elegant approach?

 
Last,First Middle Name
DOB
Birth Location
Baptism Date
Baptism Location
Marriage
Marriage Location
Death
Death Location
Burial Location

Locations should always be in the same format:
city,state,county,Country leaving the commas if no data available.

The Locations are very important and the county in the location is very important, because it is often in the County Courthouses where you find the data. 10 fields is really a small Table. You really need a unique identifier to identify the records. If you leave off christening info you might be able to have Person_ID and Remarks for notes.


If you do not like my post feel free to point out your opinion or my errors.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top