HI I had been using berkeley DB 4.7 for sometime now and it has been working fine. Today, I had to move my code to a different machine. So I first installed BerkeleyDB on the new machine and then c...
http://www.experts-exchange.com/Database/Berkeley_DB/Q_24018684.html
i want to compile following this source, but whenever I try to compile this. It's showed error message.My intention is just making Berkely DB file.
---- source(dbtest.c) ----
#include <sys/type...
http://www.experts-exchange.com/Database/Berkeley_DB/Q_20493969.html
Zones:
Berkeley DBDate Answered: 02/09/2003 Rating: 7.6 Views: 4
hi hi
when we are talking about linux problems, I know that it's a very good idea to put your system info first. So that's it:
-> Mandrake 9.0
-> Kernel - 2.4.
I'm not sure its enough but...
http://www.experts-exchange.com/Programming/System/Linux/Q_20787706.html
Zones:
Linux DevDate Answered: 04/20/2004 Rating: 7.6 Views: 0
Can someone provide a complete example on storing C structures to Berkeley DB? I having problems with the examples from the SleepyCat website.
int add(void)
{
size_t len;
u_int8_t *p, da...
http://www.experts-exchange.com/Database/Berkeley_DB/Q_20978186.html
Zones:
Berkeley DBDate Answered: 05/07/2004 Rating: 6.6 Views: 25
Hi all, I am following these direcetions to make and install berkely db. I have 2 problems. The first is when I do a gzip -d packagename I get the following:
gzip: db-4.0.14.tar.gz: invalid co...
http://www.experts-exchange.com/Database/Berkeley_DB/Q_21257517.html
Zones:
Berkeley DBDate Answered: 02/10/2005 Rating: 8.0 Views: 0
I've been reading up on Berkeley DB, and I have a question.
I'm interested in a high performance database that can take a large load of simultaneous queries. Berkeley DB seems to be a good cho...
http://www.experts-exchange.com/Database/Berkeley_DB/Q_21967834.html
Zones:
Berkeley DBDate Answered: 09/14/2006 Rating: 8.2 Views: 0
Since Berkeley DB is an API that works locally in applications, can it be used accross multiple computers which share network drives?
If so, how would it be able to perform "row locks" or other ...
http://www.experts-exchange.com/Database/Berkeley_DB/Q_22026851.html
Zones:
Berkeley DBDate Answered: 02/23/2007 Rating: 8.2 Views: 0
If you choose to use Hash tables with Berkeley DB, are keys actually stored in the hash table, or does the hash table store only hashes of keys, along with the actual record?
http://www.experts-exchange.com/Database/Berkeley_DB/Q_22931686.html
Zones:
Berkeley DBDate Answered: 11/14/2007 Rating: 8.2 Views: 50
Hi,
does anybody got an example of doing substring
(line SQLs "LIKE") queries in the berkeley DB
environment ??
http://www.experts-exchange.com/Database/Berkeley_DB/Q_20447679.html
Zones:
Berkeley DBDate Answered: 02/19/2004 Rating: 7.0 Views: 0
Hi all,
I am a newbie to the Berkeley DB.How can I store and retrieve records in queue type in Berkeley DB?.
If I want to use dbp->put(dbp, NULL, &key, &data, DB_APPEND); API to append an element...
http://www.experts-exchange.com/Database/Berkeley_DB/Q_20719901.html
Zones:
Berkeley DBDate Answered: 03/30/2004 Rating: 7.8 Views: 0