Bass said:
W3bbo said:
*snip*

Any suggestions? I would like something embeddable into my project, so written in .NET (and under a liberal license). Smiley Any kind of relational functionality is not needed, just basically the same acessor methods of Dictionary but with intelligent persistance.

well I wonder if anyone has done a version of DBF files in .net?

they would be fairly simple and clean to work with and if there is a good DBF library it would include indexing for lookup.

i have done a dbf reader before but not indexing or random access it was not hard....

i don't know if that would be to simple for what you want ?

but DBF record access  methods would not be hard to write and could be a small dll.