Lawyer Program.

Okay so I'm working on a program for organizing a lawyer's cases, and I'm wondering if I should look into database programming, perhaps mySQL or something similar.

Do you think it's much less efficient to save dozens of clients into files of my own type (Protocol is already devised) with a simple fstream? As always time is my enemy...
Databases give you much more functionality than simply to read and write the entire collection.
Do you need that functionality? If so, then use a database.
Topic archived. No new replies allowed.