I'm looking for an abstraction class for a flat file database. The class should be able to add/edit/search for/delete rows. The data could either be integers, strings or binary data.
Speed and compatibility is most important.
A SQL database is not possible for this project.
I've already found http://www.aspportal.net/db/, but I still have more to wish for it.
Any ideas?