progress-reports

Database Schema For Task Reporting

I have a task tracking application, which is very basic. It currently has a number of tasks and the progress is updated as the tasks get completed, from 0 to 100%. The problem is, this data is all very transient and I want to add reporting over the top of the tasks, so things like: Number of tasks added between two dates Number of tas...

What database engine should I use from C# that would support SQL query progress reporting?

What database engine should I use from C# that would support SQL query progress reporting? Right now I'm using Firebird, so I'd be interested in ways of implementing it mainly for it, but if it isn't possible, I'd like to know about alternatives. Speaking of alternatives, if you propose some, offer a compelling argument in the form of a ...