dbTalk Databases Forums  

Sponsored Links


comp.databases.berkeley-db comp.databases.berkeley-db


Discuss in the comp.databases.berkeley-db forum.



Post New Thread
Threads in Forum : comp.databases.berkeley-db Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I want to use berkeley db with PHP 4. I have installed php extension of berkeley DB on my linux machine. (berkeley db version - 4.3.28 ) I have...
brucelina
08-03-2005 06:34 AM
brucelina Go to last post
0 134
Hello All, I'm experiencing a problem where two more more processes are getting the same item from a Queue database after a get with DB_CONSUME....
jon@jonfields.com
08-02-2005 02:59 PM
jon@jonfields.com Go to last post
2 127
Hi, Is it true that when using the method DatabaseEntry.getData(), it will create a new byte in the heap Space? If yes, is there anyone of getting...
Xin
08-01-2005 10:58 PM
Mark Hayes Go to last post
3 137
VDC, a research firm specializing in embedded systems, is conducting a survey of embedded database users. We are interested in your opinions about...
cal
08-01-2005 02:15 PM
cal Go to last post
0 120
I believe I have properly configured DB XML on my Windows box that has XAMPP installed and running. The problem is that binaries are not included...
Tinjaw
07-30-2005 11:21 PM
Tinjaw Go to last post
0 122
I'm an editor with APress (http://www.apress.com/) and we would be very interested in putting together a book on Berkeley DB/DB XML. If you are an...
Matt Wade
07-30-2005 08:14 PM
Matt Wade Go to last post
0 100
I am trying to go from PHP + MySQL to PHP + XQuery + Native XML DB. I thought MySQL is built on Berkeley DB. If that is true, can I use Berkeley DB...
Tinjaw
07-30-2005 07:58 PM
Tinjaw Go to last post
0 120
Can make the library when cxx disabled. Had to export LDFLAGS="-Wl,-T,elf2flt.ld -elf2flt". The error I get when I try to build it when...
alaytimi@wheatlandsystems.com
07-23-2005 11:03 PM
Michael Cahill Go to last post
1 130
I'm using BD DBXML with the Java API. I'm a newbie to it, only been using it for the last few months. I'm trying to return the dbxml:name as part of...
Mano
07-23-2005 08:40 PM
Mano Go to last post
0 98
Does Berkeley DB support a lookup method on BTREE databases which returns the key/data pair whose key is a prefix of the lookup key, and the longest...
Florian Weimer
07-23-2005 08:47 AM
Bruman99se Go to last post
1 130
I have a single database file containing 3 subdatabases. I want to use it in read-only mode without an environment. I have three DB handles since...
antispam_header_remove_me__mlaster@gmail.com
07-22-2005 06:29 PM
antispam_header_remove_me__mlaster@gmail.com Go to last post
0 173
I'm starting to write an small cache of pre-prepared (XmlManager::prepare) xquerys and i plan to store the resulting XmlQueryExpression to be used by...
rodablo
07-22-2005 02:58 PM
rodablo Go to last post
0 127
I have downloaded the archive from the Sleepycat website and I can't build the Berkeley XML database on FreeBSD 5.4. What is the problem on the...
golgoth14
07-21-2005 08:09 PM
ron.cohen@gmail.com Go to last post
1 130
I downloaded the recent version of BDB from the Sleepycat website. I am installing the download on RedHat Linux version 2.4.29-1.0a....
Phantom
07-21-2005 03:03 PM
Phantom Go to last post
0 133
In April I had the problem described below: a cgi-script converted to mod_perl crashed on the second run, unless I close the Berkeley DB environment...
Rick Jansen
07-21-2005 02:49 AM
Rick Jansen Go to last post
0 116
I'm trying to join cursors via the Perl BerkeleyDB db_join() interface but I'm having a hard time. Will anybody be willing to share...
Kim Scheibel
07-20-2005 09:31 PM
Kim Scheibel Go to last post
2 175
why is the DB_ENV argument to callbacks declared const? this prevents me from changing the app_private field there! -- Sam Steingold...
Sam Steingold
07-19-2005 09:34 AM
Sam Steingold Go to last post
4 146
for some reason dbe->set_verbose() fails: (gdb) p *dbe $1 = {db_errcall = 0x431b54 <error_callback>, db_errfile = 0x0, db_errpfx = 0x0, db_msgfile =...
Sam Steingold
07-19-2005 08:39 AM
Sam Steingold Go to last post
3 154
About Us Dextrus Prosoft provides project management and systems development leadership - to information technology, telecommunication, finance...
DexPro
07-18-2005 10:14 AM
DexPro Go to last post
0 127
I am trying to use Berkeley DB 4.2.52 under the DaSSF 3.2.3 simulation library, programming in C++. However, I am encountering problems...
Paul Mather
07-18-2005 12:26 AM
Paul Mather Go to last post
2 145
I know that Berkeley DB allows multiple databases to exist within one file. What is the realistic limit to how many I can have in one file and will...
antispam_header_remove_me__mlaster@gmail.com
07-16-2005 07:51 PM
antispam_header_remove_me__mlaster@gmail.com Go to last post
0 139
I create a RECNO database and a secondary index on the little-endian machine. When I access the database on a big-endian machine via secondary index...
efimd
07-16-2005 04:56 AM
Andi Vajda Go to last post
1 133
I'm trying to replicate the simple C examples in the Getting Started documentation. When I run createDb, it creates a database, but when I run...
Steve Kreisler
07-14-2005 08:24 PM
Michael Cahill Go to last post
1 142
Berkeley DB Version 4-3.28 NC host = linux debian version 2.6 target = mxscaleb The errors that I get when I run the program on the...
alaytimi@wheatlandsystems.com
07-14-2005 10:50 AM
alaytimi@wheatlandsystems.com Go to last post
0 167
I was under the impression, maybe mistakenly, that a database environment, its database and log files could be copied from machine to machine,...
Andi Vajda
07-13-2005 07:36 AM
Andi Vajda Go to last post
0 159
Can someone point me in the right direction in order to compile Berkeley DB with CL command line options. I know little of C++ compiler options but...
thedosmann@netzero.com
07-12-2005 06:03 PM
thedosmann@netzero.com Go to last post
0 130
Hi, I'm having a problem with deleting a record at a cursor from a queue. It looks like it is looping inside the database. Here is a gdb dump: #0 ...
Terrence
07-12-2005 02:48 PM
Terrence Go to last post
3 118
Hello, When I run the BerkeleyDB (4.3.28) test suite I got lots of following errors: .... eval fop003 -btree ; verify_dir ./TESTDIR "" 1 Fop003...
Jani Averbach
07-12-2005 09:26 AM
Jani Averbach Go to last post
2 129
Hi, I need to dump the contained XML documents into a directory. The "dbxml_dump" tool don't create the XML files be a big file that contains all...
golgoth14
07-12-2005 06:46 AM
golgoth14 Go to last post
0 126
Hi, I use BDB in my app and it works fine on both 32 and 64 bit architecture. The same code compiles and runs without trouble on both platforms. Is...
ErikArner
07-12-2005 04:36 AM
ErikArner Go to last post
3 139
Hi, I am getting errors when sharing a database between two applications on two different Pc's. Sometimes I am getting error "DB_LOCK->lock_put:...
sf sbcglobal
07-11-2005 11:55 PM
Michael Cahill Go to last post
1 129
Running tclsh84, WindowsXP, VC++6.0, Berkeley DB 4.3.28 Does anyone know why I'm seeing the following errors in the mpool test suite... Memp002: {}...
reidyp@gmail.com
07-11-2005 10:45 AM
reidyp@gmail.com Go to last post
2 133
About Us Dextrus Prosoft provides project management and systems development leadership - to information technology, telecommunication, finance...
DexPro
07-09-2005 08:49 PM
DexPro Go to last post
0 117
the following little piece of code works fine. Now i want to undo the "myDb.puttid,&key,&data,0)", which means i don't want to store the data after i...
:)
07-06-2005 06:24 PM
Michael Cahill Go to last post
1 116
I have an application that I'm in the process of doing reliablity testing on. Part of this process involves doing a kill -9 and attempting to restart...
dsigma80@yahoo.com
07-06-2005 01:26 PM
Mark Hayes Go to last post
1 142
Hello, I have a question regarding buidling and using DB Barkeley on Win32. The discription on the website and docs of Sleepycat Barkeley DB...
Al
07-05-2005 01:39 PM
Al Go to last post
2 152
DB 4.4 has been referred to on this news group for several months and I'm waiting with bated breath. Any news on when it is due? /Kim
Kim Scheibel
07-05-2005 09:53 AM
Ron Go to last post
1 480
This is probably a problem because C++ is quite new to me. However, I cannot make Db::get() work for me. I'm writing an open source chess library...
Ari Makela
07-02-2005 02:08 AM
Ari Makela Go to last post
7 146
Hello - I'm getting the following error msg after the regression tests completed. ======================= RRunning frecno tests Running rrecno...
amit
07-01-2005 01:52 PM
carol@sleepycat.com Go to last post
1 119
Hi, Is there anyone out there building it on AIX platform sucessfully?? I got the following error: /usr/bin/sh ./libtool --mode=compile xlc_r -c...
ding.dongling@gmail.com
06-30-2005 04:18 PM
ding.dongling@gmail.com Go to last post
1 165
Hello, Although most of the time my queries from the secondary database are OK, sometimes (when I delete a new record on the primary by another...
Yiorgos Adamopoulos
06-30-2005 08:13 AM
Yiorgos Adamopoulos Go to last post
2 154
I am using Berkeley-DB.4.3. I had trouble in using a transaction. Can someone post a sample code for the transaction? Very appreciate for your help...
tao_benz@hotmail.com
06-29-2005 02:36 PM
Ron Go to last post
3 142
Greetings everyone, Does anyone know of a source for an ODBC driver for BerkeleyDB? We are in need of one to test our software's compatability with...
Benman
06-22-2005 06:35 PM
Tom Bradford Go to last post
1 176
About Us Dextrus Prosoft provides project management and systems development leadership - to information technology, telecommunication, finance...
DexPro
06-21-2005 10:33 PM
DexPro Go to last post
0 110
I create a db envirnoment, but when i open a database with it, the result is “Db::open: Invalid argument”.my application envirnoment is XP,...
liuhan.qingdao@gmail.com
06-21-2005 07:58 PM
liuhan.qingdao Go to last post
3 128
This post is a continuation...
studdugie@gmail.com
06-21-2005 04:40 PM
bostic@sleepycat.com Go to last post
1 117
I am trying to build db-4.3.28.NC under HPUX 10.20 or HPUX 11.00 with no luck. I have tried various versions of cc and gcc that I have available but...
morgan.ives@freescale.com
06-21-2005 03:44 PM
Ron Go to last post
1 118
Sleepycat Software is pleased to announce: Berkeley DB Java Edition 2.0.42 http://www.sleepycat.com/products/je.shtml Berkeley DB Java Edition...
Gregory Burd
06-21-2005 11:57 AM
Gregory Burd Go to last post
0 132
Mat wrote : here, you are trying to create it with access rights : 0000 then, impossible to read, to write for your user. try instead : ret =...
DINH Viet Hoa
06-17-2005 10:51 AM
Mat Go to last post
2 127
Hello, I was digging Cygwin code to check out how does it implements ptrace. Essentially I wanted to know how Cygwin intercepts windows system calls...
tejas
06-15-2005 07:18 PM
tejas Go to last post
0 123
Post New Thread

Display Options
Showing threads 801 to 850 of 1710
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.