Friday, July 31, 2009

Free database/application tools for developing some easy coaching tools?

I want to develop a simple database with multiple tables and an easy interface as a homegrown application for administering a youth football team. I am not a db guy but do have some c++ background. wondering what free tools are out there that would be easiest to get up to speed on and easiest to develop the app. advice is appriciated. Players would have things like paperwork, skills assessment, vitals like age and weight - there would be schedule information, contact information, parent info...reports would be needed to arrange player by skills assessments, handle injuries and attendance. Insightful thoughts welcomed. Thanks.

Free database/application tools for developing some easy coaching tools?
You can look into the database application that comes with OpenOffice - or you can write a C++ program and use a MySQL or PostgreSQL database (but those databases, while powerful, are not all that easy for the average user). You can also look into using SQL Express (again, fairly powerful, but not very easy).


No comments:

Post a Comment