Re: java to add simple key value pairs in Berkely DB files
by Florian Weimer <fw@[EMAIL PROTECTED]
>
Nov 21, 2007 at 11:39 PM
* hoosie:
> I'm currently replacing an older perl system with a new one in Java,
> and need to be able to create and use a simple BDB file to store key
> and value pairs. I can't find any kind of example or tutorial through
> normal means, and I've seen references to both com.sleepycat.bdb and
> com.sleepycat.je, but I've no idea how to use them.
There are several Getting Started guides on the Oracle web site:
<http://www.oracle.com/technology/do***entation/berkeley-db/db/index.html>