| | Rating Thread /
Thread Starter | Last Post | Replies | Views |
|  | Hi,
Is it possible for me to create secondary database which may require
multiple key from primary db record? For example, I have item record
that...
Radzi
|
11-01-2006 07:28 PM
Michael Cahill | 1 | 182 |
|  | We use bsddb for our database needs in our app Democracy.
Specifically, we use pybsddb.
Unfortunately, we often get databases that are corrupted...
clahey@clahey.net
|
11-01-2006 02:05 PM
clahey@clahey.net | 0 | 186 |
|  | Dear comp.databases.berkeley-db,
Stylus Studio, a provider of XML tools and components for
advanced data integration, is inviting paid customers of...
Stylus Studio
|
10-31-2006 02:41 PM
Stylus Studio | 0 | 252 |
|  | Hi,
is possibile for two application (one C++ and one Java) shared access to
a Berkeley DataBase ???
Thanks
Marco
|
10-31-2006 06:49 AM
Michael Cahill | 2 | 277 |
|  | I compiled the berkeleydb 4.4.20 on sparc solaris10, only using
--enable-debug configure parameter, and then wrote a btree comparison
function (i...
likun.navipal@gmail.com
|
10-29-2006 06:55 PM
Michael Cahill | 1 | 171 |
|  | Hi,
I am using db-4.3.28 on AIX-5.1.
I am testing my application for exceptional scenarios, one of those is
behaviour of the system when HardDisk...
Guru
|
10-28-2006 03:24 AM
Guru | 0 | 169 |
|  | Hi,
I am using db-4.3.28 on AIX-5.1.
I am testing my application for exceptional scenarios, one of those is
behaviour of the system when HardDisk...
Guru
|
10-28-2006 03:22 AM
Guru | 0 | 222 |
|  | Hi,
I am using db-4.3.28 on AIX-5.1.
I am testing my application for exceptional scenarios, one of those is
behaviour of the system when HardDisk...
Guru
|
10-28-2006 03:21 AM
Guru | 0 | 141 |
|  | Hi,
I am using db-4.3.28 on AIX-5.1.
I am testing my application for exceptional scenarios, one of those is
behaviour of the system when HardDisk...
Guru
|
10-28-2006 03:20 AM
Guru | 0 | 229 |
|  | Hi,
I am using db-4.3.28 on AIX-5.1.
I am testing my application for exceptional scenarios, one of those is
behaviour of the system when HardDisk...
Guru
|
10-28-2006 03:19 AM
Guru | 0 | 139 |
|  | Hi,
I am using db-4.3.28 on AIX-5.1.
I am testing my application for exceptional scenarios, one of those is
behaviour of the system when HardDisk...
Guru
|
10-28-2006 03:19 AM
Guru | 0 | 128 |
|  | Hi,
I am using db-4.3.28 on AIX-5.1.
I am testing my application for exceptional scenarios, one of those is
behaviour of the system when HardDisk...
Guru
|
10-28-2006 03:19 AM
Guru | 0 | 187 |
|  | hello !
I want to backup all database files in a directory by the "db_archive".
I run "db_archive -s " in the directory, but nothing was... hushanlima |
10-26-2006 09:16 PM
hushanlima | 0 | 380 |
|  | hello,
I'm writing the program in C, and so using the C libraries for berkely
db 4.1.25 that come with RHES3
what i want to store is this.
the key...
elie
|
10-26-2006 05:46 PM
elie | 0 | 229 |
|  | I'm quite a newbie when it comes to using Berkeley DB. I am using BDB
dbxml.
I have an application that fetches data from an external source...
Petra Chong
|
10-26-2006 06:49 AM
Petra Chong | 2 | 207 |
|  | I can't find any material about share dbenv with two different
languages, anyone can help me ?
iwater@gmail.com
|
10-24-2006 06:28 PM
ron.cohen@gmail.com | 1 | 184 |
|  | Hi, all.
I want to update a record during traversing all records.
so.. I write following code.
but i met an access violation..what's wrong?
Thanks...
NightThunder
|
10-23-2006 05:10 AM
NightThunder | 0 | 196 |
|  | I have a db with many key/value pairs of varying sizes. db_stat -d
output:
$ db_stat -d all.linkage.00009248
Thu Oct 19 15:55:23 2006 Local...
Klaas
|
10-19-2006 07:10 PM
Klaas | 0 | 196 |
|  | The application can't put records into database after crash, can
someone help me to solve the problem? The details are described as
follows:
I...
likun.navipal@gmail.com
|
10-19-2006 05:12 PM
Philip Guenther | 1 | 188 |
|  | Dear comp.databases.berkeley-db,
Stylus Studio ( http://www.stylusstudio.com ) was reviewed in CRN
Magazine. You can read the article entitled...
Stylus Studio
|
10-18-2006 04:32 PM
Stylus Studio | 0 | 131 |
|  | Hi Kiran,
That is not correct in general. Increasing the log buffer size will
only make a difference if the log buffer is overflowing,...
Michael Cahill
|
10-17-2006 03:03 PM
ragavendrakk@gmail.com | 3 | 297 |
|  | Hi guys.
Any persistence solution in annotation model for Polymorphism in
sleepycat 3.10?
Here is my example:
interface Credentials {
}
@Entity
jack.tang
|
10-15-2006 10:03 AM
mark.hayes@oracle.com | 1 | 167 |
|  | Hi list,
I have two class, SimplePrincipal and SimpleUser, their relationship
and java code with annotation list below:
@Persistent
public class...
jack.tang
|
10-14-2006 01:21 AM
jack.tang | 3 | 151 |
|  | Hello,
I'm coming from a MS-database world, using Access with VB, and SQL
Server with C#. I'd like to try an opensource database instead of...
Vivien Parlat
|
10-13-2006 07:41 AM
Vivien Parlat | 2 | 213 |
|  | Hi,
I'm not sure whether this is the right place for reporting bugs. There
seems to be no official "bug report" page or bug report email...
luzius.meisser@gmail.com
|
10-12-2006 09:20 AM
luzius.meisser@gmail.com | 0 | 158 |
|  | I want to create a primary database according to the relation R:
R(int A, int B, primary key(A,B)) where primary key is a BTREE
so the key field of...
pbour
|
10-10-2006 03:43 PM
Philip Guenther | 4 | 298 |
|  | Is it possibe with the new 4.5 BerkeleyDB to use the Replication
Framwork as follows:
(1) Have a program that updates the database
(2) Have another...
Gerard J. Nicol
|
10-09-2006 09:43 PM
Gerard J. Nicol | 0 | 184 |
|  | Hi,
My application service is using BDB in which i am retreiving huge
number of key/data pair using Dbc::get with Flag set as DB_SET_RANGE.
When I...
Guru
|
10-09-2006 07:37 PM
Michael Cahill | 1 | 168 |
|  | my application will fork child process periodically ,these processes
will read DBs ,do some analysis and exit , they will close all cursors
,DB, and...
chenyajun
|
10-08-2006 12:45 AM
chenyajun | 1 | 140 |
|  | Hi All,
I have a database which has terms (english words) as key values and I
need to take up all keys from the database and segregate them...
abansriyar@gmail.com
|
10-07-2006 09:53 AM
abansriyar@gmail.com | 0 | 255 |
|  | Dear Sir/Madam:
Is a database engine responsible for parsing, optimizing and
executing a query?(i.e. a query engine) Or responsible for...
eric_6251@yahoo.com.cn
|
10-04-2006 08:54 AM
bogdan_dorian@yahoo.com | 1 | 161 |
|  | Hello,
On FreeBSD 4.11, I've been using BerkeleyDB 4.2 for quite a while. Then I
upgraded the database, a few days back. But a few IPC Perl...
Mark
|
10-03-2006 03:48 PM
Mark | 0 | 121 |
|  | Hi all !
I am using Berkeley DB 4.5 for learning. I am running it on my linux
box
2.4.21-27.EL #1 Wed Dec 1 22:08:15 EST 2004 i686 i686 i386...
nmai
|
10-03-2006 09:22 AM
nmai | 0 | 145 |
|  | Hi,
Where can I find all of DB_CONFIG parameters?
I know individual API docs have comments about its DB_CONFIG parameter
name and value, but where...
Sakagami Hiroki
|
09-30-2006 11:54 AM
Sakagami Hiroki | 3 | 282 |
|  | Hello.
I'm trying to compile db-3.2.9 with --enable-tcl to run tests on it.
But compilation fails with the following error message:
..c -fPIC...
Peter
|
09-30-2006 07:38 AM
Peter | 2 | 169 |
|  | Hi Kiran,
So, what can I be sure of, is that mmap call is failing on only one OS,
this means that there's an insufficient amount of some resource to...
bogdan_dorian@yahoo.com
|
09-29-2006 11:16 AM
bogdan_dorian@yahoo.com | 0 | 161 |
|  | Hi Everyone,
I wanted to know what's the best option when the requirement is only
Recovery while using Berkeley.
What i mean is I don't require the...
aehthesham
|
09-29-2006 06:35 AM
bogdan_dorian@yahoo.com | 1 | 169 |
|  | hi
My application is backup between MasterDB and Client, like the example in the document (db-4.1.25.NC\examples_c\ex_repquote).
When i run it as ... hushanlima |
09-28-2006 07:26 AM
bogdan_dorian@yahoo.com | 1 | 267 |
|  | I wanted to evaluate Berkeley DB XML compared to Exist, so I began to
build a little script in PHP to test it out.
I attempted to create a new...
Andrew
|
09-28-2006 07:11 AM
bogdan_dorian@yahoo.com | 1 | 150 |
|  | Hallo developer.
I'm using the DPL to make some tests.
I got this simple example, a super class Animal and two subclasses, Cat
and...
Mazi
|
09-27-2006 11:07 AM
mark.hayes@oracle.com | 1 | 157 |
|  | Stylus Studio 2007 XML Enterprise Suite is now available for free trial
download, featuring all-new tools for XML Pipelining, XML...
Stylus Studio
|
09-26-2006 01:05 PM
Stylus Studio | 0 | 240 |
|  | Hi all!
The "problem" is the following: I've to create a dictionary of some
values stored in a file. It means read the file line by line and...
Claudio
|
09-25-2006 01:04 PM
Claudio | 0 | 156 |
|  | Hello,
i want to lock particular XML nodes.
Is this possible with dbxml?
Thomas
Thomas Bärwinkel
|
09-25-2006 07:21 AM
bogdan_dorian@yahoo.com | 1 | 130 |
|  | Hello All,
Might someone know a handy way to read data from data files?
I have the database files from backup of my iPlanet Ldap server...
marmelstein
|
09-25-2006 07:15 AM
bogdan_dorian@yahoo.com | 1 | 151 |
|  | I have created a database with a dynamic array of structs as the value
field.
I wanted for each record the size of the array to be different.
key ...
pbour
|
09-22-2006 09:18 AM
pbour | 0 | 155 |
|  | Hi,
I have a query in Java edition with respect to searching data stored in
the form of name-value pairs. To explain in detail, I have a class...
Narayanan A R
|
09-18-2006 11:43 AM
mark.hayes@oracle.com | 4 | 176 |
|  | Let's say I want to create a relation with two attributes R(A,B).
Neither A nor B is a primary key for this relation and so there can be
duplicates...
pbour
|
09-18-2006 08:45 AM
Michael Cahill | 5 | 186 |
|  | I am having a strange problem.
I define the following struct to be the value of a BDB database record
typedef struct my_struct
{
int a;
int b;
}...
pbour
|
09-18-2006 06:09 AM
pbour | 0 | 145 |
|  | hello all,
I'm new to Berkeley DB...so I have some question about BDB.
1.Should I use Transaction handle when 2 threads are running(one... 
NightThunder
|
09-13-2006 01:51 PM
vcempreved | 2 | 334 |
|  | I'm searching for an individual to do a technical review of a new
BerkeleyDB book. Your responsibilities would be to read the material,
test any...
Matt Wade
|
09-12-2006 08:15 AM
Matt Wade | 0 | 167 |