Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 27(0.004 seconds)
Sort By:
 
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...
Zones: Berkeley DB, DatabaseDate Answered: 02/08/2009 Rating: 6.6 Views: 5
-= 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...
Zones: Unix NetworkingDate Answered: 06/22/2001 Rating: 7.0 Views: 0
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...
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...
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...
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...
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...
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...
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...
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 ...
Zones: Berkeley DBDate Answered: 02/23/2007 Rating: 8.2 Views: 0