Billy Davis,

On Wednesday September 11, 2002 10:49, Billy Davis wrote:
> We are porting an old B-Tree application from FreeBSD to RedHat 7.3, but we
> cannot find any information on the B-Tree read and write commands.  'man
> btree' yeilds info on 'dbopen'.  'man read' and 'man write' have nothing to
> do with B-Tree.  Can anybody help us find info on B-Tree under RedHat?

Is your old program using the Berkley DB API? It may be using a different API 
then is available now or a proprietary one. B-Tree is a method of doing 
things, not an API.

Are you planning on using the Berkley DB API to access the B-Tree methods? If 
you look in the dbopen manpage, you'll see it uses "put", "get", "del", etc. 
for operations.

If you want docs on Berkley DB, the place to go is their website or buy their 
books. More info at...
http://www.sleepycat.com/

I hope this helps.

-- 
Brian Ashe                                                     CTO
Dee-Web Software Services, LLC.                  [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to