D. Richard Hipp wrote:
>Client/server database engines clearly have their place. But they
>are not always the best solution to every data storage problem.
>
>
Nobody has suggested otherwise AFAICS. What we have suggested is that a
client/server system is a bad place to start when looking for an
embedded storage system.
Personally, I tend to use Postgres for client/server and BDB for
embedded data management.
cheers
andrew