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     
Hello, I've been using the Perl plug-in BerkeleyDB to create and manage a simple single-key database for awhile now. But now I am interested...
consultmac2
03-15-2006 10:15 AM
consultmac2 Go to last post
0 154
Hi all... Berkeley 4.4.16 compiled with VC7.1, WinXP I have encountered a problem while iterating over my database(size about 765M, more than 760k...
Jerry
03-15-2006 02:21 AM
Jerry Go to last post
4 173
I am using DBXml and I cannot figure out how to specify the default namespace for queries. I have created a container with several XML documents...
Lemon Tree
03-14-2006 12:19 PM
Lemon Tree Go to last post
2 159
Hey Everyone, A brand new video tutorial on XML Schema has just been released. The video covers the following topics: · Using the XML Schema...
Stylus Studio
03-13-2006 12:44 PM
Stylus Studio Go to last post
1 159
My group recently replaced their Dell 32-bit boxes with new Dell Precision 670 boxes with 64-bit XEON processors. I was using Fedora Core 3 on the...
consultmac2
03-13-2006 08:23 AM
consultmac2 Go to last post
9 245
Does a user friendly (windows based) interface for managing sleepycat dbs, tables, views and queries exist? Open code would be my preference ....
pnegros@gmail.com
03-13-2006 12:10 AM
Gerard J. Nicol Go to last post
3 137
Hi, I've got a name conflict in my C++ app... does the class Subject exist in BDB? Thanks Jack
Jack
03-12-2006 10:48 PM
Michael Cahill Go to last post
1 179
Hi all, I have encountered an internal BD problen when trying to retrieve a certain record by cursor the action schema is as follows: 1. open a...
Herman.Ron@gmail.com
03-12-2006 06:14 PM
Michael Cahill Go to last post
2 159
I have DBXML installed on 2 Linux machines, 1 running Ubuntu and one running SuSE. I'm also running the SAME Java code on both machines. I've...
Gary Baranzini
03-10-2006 11:05 AM
George Feinberg Go to last post
1 175
Hi......... I am testing my appication using BDB when disk space is full in AIX Version 5.3 and BDB version 4.3.28. My application is core dumping....
Guru
03-10-2006 01:35 AM
Guru Go to last post
0 286
how can I state an odbc connection to a sleepycat db ?
pnegros@gmail.com
03-09-2006 06:11 PM
Ron Go to last post
1 197
Check out this PERL code using BerkeleyDB: unless ($wo = $dbhand->db_get($key, $data)) { if (open FH, "> $key ") {print FH $data;...
shamus
03-09-2006 06:09 PM
shamus Go to last post
0 137
Would anybody help to resolve the DBTYPE conflict please? Step-by-step instructions are expected . The confilct was descripted...
Amber
03-09-2006 11:09 AM
Ron Go to last post
1 298
Dear all, I could not find it on google. Are there any good links? Thanks Jack
Jack
03-08-2006 10:56 PM
Jack Go to last post
1 167
Hi! Any ideas on how you can create an index for something like this?: .... abs(to_number(a.date) - (to_number(b.date)) < 2 Any ideas on how you...
niagara_man@hotmail.com
03-08-2006 05:18 PM
niagara_man@hotmail.com Go to last post
2 180
Hi, If I set a callback using set_thread_id, I always get an error while closing the env. The stack is at the end of the email. I looked into the...
mshyam2@gmail.com
03-08-2006 01:18 AM
Michael Cahill Go to last post
1 158
I use BTREE, and the key type is int, so is there a way to get the max value easily? the question is I don't know the range, I just want to know the...
wanghui00@gmail.com
03-08-2006 01:05 AM
michael.cahill@gmail.com Go to last post
3 167
Hello All, I'm running Windows 2003, VS 2005. I've got a Win32 console app with the code...
ryoungdev@gmail.com
03-07-2006 05:18 PM
ryoungdev@gmail.com Go to last post
3 198
Hi, I have BDB XML 2.2 installed on both Windows XP and SuSE Linux. I initially developed a small application on WinXP, using Java, that uses DBD...
Gary Baranzini
03-07-2006 12:15 AM
Gary Baranzini Go to last post
2 166
Hi Guys I'm unable to find the Berkeley DB XML Perl module in CPAN. According to "Deployment" section of Berkeley DB XML...
Eugen Sobchenko
03-06-2006 01:35 PM
consultmac2 Go to last post
1 225
Is BDB capable of handling binary data as keys? Thanks Jack
Jack
03-06-2006 05:48 AM
Patrick Schaaf Go to last post
1 270
When I try to run it, I get this error: /usr/local/ruby/lib/ruby/site_ruby/1.8/rbot/dbhash.rb:74:in `initialize': PANIC: Invalid argument --...
giggsey@gmail.com
03-04-2006 10:22 AM
giggsey@gmail.com Go to last post
0 192
I downloaded berkeley-db 4.4.20 windows ims installed file,installed it on my windows 2003 server os. In visual studio .net 2003 I created a test mfc...
Amber
03-04-2006 04:03 AM
Amber Go to last post
4 267
Version 7.1 of <oXygen/> XML Editor and XSLT/XQuery Debugger (http://www.oxygenxml.com) added support for editing, validating and executing XQuery...
stefan@oxygenxml.com
03-02-2006 11:44 AM
stefan@oxygenxml.com Go to last post
0 286
double buff = (double )inventoryData.getPrice(); size_t size = sizeof(double)+1; Dbt key(&buff, (u_int32_t)size); buff =...
Jack
03-02-2006 10:28 AM
Ron Go to last post
3 190
What to do if I get the following stuff in a cross-compiled armbe-linux executable? What is the quick solution? What is the scipt meaning? Pls...
Jack
03-02-2006 04:52 AM
Jack Go to last post
0 127
hi! i may have multiple threads reading or writing to a berkely db, i am not using transactions. I wanted to synchronize these accesses. i am using...
isha
03-01-2006 05:15 AM
isha Go to last post
2 311
Hi All, I feel like a goofball for not figuring this out, but I've been trying to see what I've been missing for a while. I'm ready to ask for...
Marco Nicosia
02-28-2006 11:59 PM
Ron Go to last post
3 273
Please help me out. I've been staring at it for ten ages ================================================ #include <iostream> #include...
Jack
02-28-2006 04:19 AM
Jack Go to last post
1 232
Please help me out. I've been staring at it for ten ages ================================================ #include <iostream> #include...
Jack
02-28-2006 03:56 AM
Jack Go to last post
0 115
Hi Kiran, I haven't seen this before, but my first thought is to check that you are building your code with the same compiler and settings as...
Michael Cahill
02-28-2006 12:38 AM
Michael Cahill Go to last post
0 220
Hi, Is there any guidelines for building a simple database consisting of rows which can support basic sql select statements, I want some thing...
ragavendrakk@gmail.com
02-27-2006 09:16 AM
ragavendrakk@gmail.com Go to last post
0 180
1. Consider following scenario - * There is one primary table say 'cars', having key as 'carId' and data part containing a structure of some...
Dhiraj
02-27-2006 08:26 AM
Dhiraj Go to last post
0 147
Hi, I have 'made install' the Berkeley DB library. Sorry this is newbie question on BDB. Thanks Jack
Jack
02-27-2006 03:59 AM
Jack Go to last post
9 219
Hi Everyone, A new XML tutorial by Dr. Kay was just released, "Buiding XML Workflow Applications". Dr. Michael Kay argues that the bulk of the...
Stylus Studio
02-24-2006 02:28 PM
Stylus Studio Go to last post
0 130
I've been searching in all directories. It isn't prominent to find which library files I have to pass to the Linker. g++ -o db db_try.cpp...
Jack
02-23-2006 08:49 PM
Jack Go to last post
4 183
hello all, my application is using secondary databases. it seems that berkeley db can cause itself to deadlock when trying to retrieve data using...
moshe
02-22-2006 01:03 AM
Patrick Schaaf Go to last post
8 184
Hi All For some reason I get a very high latency on a database writes, more than a second and a half to write into two databases. I am very new...
Phantom
02-21-2006 03:33 PM
Ron Go to last post
1 175
Is there any GUI for BDB which can browse the records in the db.
gibeon
02-21-2006 02:54 PM
Ron Go to last post
1 313
Dear Gurus, I need to implement somethin' like the game engine in steampowered. the web site has closed I'm using C++, I looked Berkeley DB...
Jack
02-21-2006 02:48 PM
Ron Go to last post
1 158
Could someone explain me please how should I work with DB_RECOVERY and DB_AUTO_COMMIT? My problem is that after recovery procedure, my db is...
dpolyakov@gmail.com
02-21-2006 02:17 PM
Ron Go to last post
3 174
Hi, I am looking for implementation of the following items for which examples are not found at Berkeley DB site 1) Num Lock Objects 2) Transaction...
Jack
02-21-2006 04:53 AM
Jack Go to last post
1 142
Hey Everyone, A new podcast entitled: Business-to-Business Data Integration in a SOA World was just released by ZapThink. The key speakers in the...
Stylus Studio
02-17-2006 12:08 PM
Stylus Studio Go to last post
0 126
hello this was really a subversion problem that i now consider a berkekley DB issue our repository is somehow corrupted. so i ran $...
allan@muly.dk
02-17-2006 11:45 AM
ubell@sleepycat.com Go to last post
1 242
I had no problem building db-4.4.20 on mingw (current version) - I used "configure --enable-mingw" as in the FAQ -, but I'm having linker errors...
Jeff
02-16-2006 06:40 PM
Jeff Go to last post
2 159
Dear all, If I use multiple data items for a single key item, for example, with key: "k" and data: "data1", "data2", "data3",.... When I do the...
Joe
02-16-2006 04:09 PM
Ron Go to last post
3 165
I'm pleased to announce today that Sleepycat Software has been acquired by Oracle. By joining the leading database company in the world, I expect...
Mike Olson
02-14-2006 09:34 PM
Mike Olson Go to last post
0 264
Can anyone here that is familiar with the licensing costs of Berkeley DB please give me a hint as to what they are? I've searched through past...
consultmac2
02-14-2006 05:53 PM
Ron Go to last post
1 205
Dear all, If I use multiple data items for a single key item, for example, with key: "k" and data: "data1", "data2", "data3",.... When I do the...
Joe
02-13-2006 08:34 PM
Joe Go to last post
0 251
Hi All I am using the Java Collections API for BDB. Every now and then for a read operation I get a series of DB_LOCK_NOTGRANTED_EXCEPTION. Any...
Phantom
02-13-2006 06:59 PM
Phantom Go to last post
2 172
Post New Thread

Display Options
Showing threads 451 to 500 of 1706
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 - 2012, Jelsoft Enterprises Ltd.