Database...

as some of you might be aware that i’m heading to pakistan to build a database of victims of the earthquake…

i want to know what software me and my team should use to input data … and then later on compile that data and publish online

Name, Place, DOB, Hair Colour , Ect ect. ect.

Re: Database...

anything will do. Try PostgreSQL or MySQL to have a online system which will be always upto date as can be web based with PHP or other languages.

Re: Database...

I think instead of spending time in decision making about what to use whatnot, ect. Why dont you use a system like Najim posted in his reply in the thread you posted. I am sure he will provide you with it. And you can concentrate on collecting the data.

Re: Database...

just get a php/mysql script from hotscripts...it's really easy!

Re: Database…

Access 2003 , One Table, create Autoform, Keep adding Data, create AutoReport..Simple can be done in 2 mins. obviously enetering data will take time…So think bout it…

Re: Database...

Using Java + XML or dotNET + XML is another option if you don't prefer professional database systems. It requires a bit work, but it takes the minimum resources and minimal cost. All you will need is a system with JVM or dotNET framework installed on it (both available free of cost) and your programs and resulting XML files. XML data can be converted to any professional database system later (if rerquired). If you can post details about your data here, I can post associated codes.