
DB-bdb
jichunlai
学着生活
展开
-
Oracle Berkeley DB Dump实例
char *psFile = "xxx"; DB *dbp; int nReturn = db_create(&dbp, NULL, 0); if(nReturn == 0) { nReturn = dbp->open(dbp, NULL, psFile, NULL, DB_HASH, DB_RDONLY, 0); if(nReturn == 0) { D原创 2012-07-23 13:57:58 · 1935 阅读 · 0 评论 -
BDB重复数据操作
/* ============================================================================ Name : test_bdb.c Author : Version : Copyright : Your copyright notice Description : Hello Worl原创 2013-08-29 18:09:35 · 811 阅读 · 0 评论 -
bdb团队博客
http://www.bdbchina.com/ http://www-hera-b.desy.de/subgroup/software/database/db-3.0.55/utility/原创 2013-11-13 00:01:09 · 640 阅读 · 0 评论