Hi all, using VC++ 6 SP6.
I'm writing an email program. Well actually adapting a very fine package to
my needs, which handles all possible email operations.
The package comes with a nifty .lib and .dll, but the scheme it uses to save
email messages uses a distinct file for each email message.
I would like to use something a little different... as you can imagine. I
was thinking a database maybe, would that be faster than reading and parsing
a zillion small files? Or should I use a CFile object instead? I nned to
be able to handle user requests to delete previously saved emails a la
Outlook. I know progs like this use an archive file, and I need to be able
to insert/delete from the file in a similar manner.
What would be the best schema for doing this? I await the oracles'
replies.... lol
Best
b