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
-= question also posted in the C programming section =-
I'm writing a client/server pair in C. The clients (naturally) connect to the server, but then I want a message sent to the server from an...
http://www.experts-exchange.com/Networking/Unix_Networking/Q_20138942.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
I wonder that it is possible to store severl data under one key. for example:
(key) : (data)
fruit = apple,orange,banada
vegetalbe = carot,onion,
...
....
and above source is just for storing...
http://www.experts-exchange.com/Database/Berkeley_DB/Q_20516728.html
Zones:
Berkeley DBDate Answered: 03/30/2004 Rating: 7.8 Views: 0
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: 21
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
Hello,
I am writting here because I would like to know why my code cause
an "segmentation fault" with berkeley db library.
Also, "open" and "sync" functions have the same problems. This is a...
http://www.experts-exchange.com/Database/Berkeley_DB/Q_21637942.html
Zones:
Berkeley DBDate Answered: 12/31/2005 Rating: 7.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