Hello All, I need to make or buy a database for a new website project I have. The database needs to be able to store new websites that I submit to it. It needs to be able to organize and release this data as I see fit. I do not think this would be to hard to do, and i'm pretty sure there must be a similar database out there. Any help would be appreciated, and if someone helps me find a database like this and then customize it to my need will be paid nicely
Are you talking a SQL db to go on the back end of a website or an Access type database that is a stand alone application? You dont tend to get many of either "free samples" and even if you do get a free SQL script to create the db it would be fairly useless as it is so dependant on what you want to be able to do with it. To write a db is very quick to do but it takes time to plan it out and write the stored proceedures (if your doing it correctly)
If you look for an off the shelf script, free or paid for, for what you want the site to do then it will almost certainly contain the SQL to create the db it uses.