Thank you - but unfortunately, that doesn't help (it was the first place I checked actually) - I assume because of historical changes, but possibly because I'm missing something obvious.

http://www.oracle.com/technology/documentation/berkeley-db/db/ api_reference/C/dbopen.html
        vs.
man 3 dbopen

Things are *completely* different. Is the "stock BSD" db.h different than the Oracle db.h ?



On Apr 5, 2010, at 7:06 PM, C. P. Ghost wrote:

On Mon, Apr 5, 2010 at 10:28 PM, Jim Sander <jimsan...@mac.com> wrote:
Is there a handy C code reference or examples for db files? (google has not been kind to me) I have a tied hash from Perl using DB_File, and need read only access in a C program.

You mean a reference... like this?

http://www.oracle.com/technology/documentation/berkeley-db/db/ index.html

There are C, C++ and other bindings for the Berkeley DB,
each of which comes with some examples.
Use the bindings you feel most comfortable with.

-cpghost.

--
Cordula's Web. http://www.cordula.ws/

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to