Topic profile page for DB 4.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: DB 4.
Topic "Db 4" was discussed 884 times on 298 sites in last 3 months
Started 4 days, 12 hours ago (2009-11-12 05:29:00)
by user10870838
Hallo, I build Berkeley DB 4.8.24 with new STL API and it works fine. Then I wanted to process the examples_stl . It's no problem to build all the examples. But then I try to run any application I got a "Segmentation fault" error. I selected the StlAccessExample.cpp and the error results from line 82: typedef db_map strmap_t; Can someone tell ...
Started 2 weeks, 3 days ago (2009-10-30 05:34:00)
by jsbenson
Hi, I've been very happy with my SugarCRM CE for years but yesterday it stopped working, apparently because the hosting service suddenly upgraded PHP to 5.2.9. (It also rendered my Web Calendar site inoperative as well.) Here's the question: Can I upgrade from my software version (4.5.1d) and database version (4.5.1) directly to the latest and greatest CE? And does the latest and greatest CE ...
Started 2 weeks, 6 days ago (2009-10-27 04:45:00)
by Fabrice Desré
Hello, I compiled dbxml 2.5.13 to use the system provided db-4.6 on an ubuntu 9.4 box. Unfortunatly this makes all programs using dbxml crash with a seg fault. After compiling in debug mode, here are a few backtraces from gdb : gdb ./helloWorld (gdb) run Starting program: /home/ifda7415/soft/dbxml-2.5.13/dbxml/examples/cx x/basic/helloWorld ...
Started 1 month, 1 week ago (2009-10-10 02:40:00)
by Irfan Ali
Hi, We have replication setup having MySQL 4.1 acting as Master Database and MySQL 5.1.32 on replication slaves, We have five (5) replication nodes for read operations. We are in the process of upgrading our database servers to MySQL 5.1 from MySQL 4.1. Initially, we upgraded slaves nodes and upgraded three (3) slaves to MySQL 5.1 while 2 slave nodes are still running MySQL 4.1 (Master ...
Started 1 month, 2 weeks ago (2009-10-01 03:09:00)
by user11962599
Trying compilation on OS X 10.6 (Snow Leopard), with JVM 1.5.0 Have some compilation error (that do not occur with 10.5): $ ../dist/configure --enable-java $ make cut ../dist/../examples_java/src/collections/ship/enti ty/SampleDatabase.java:117: cannot find symbol symbol : method setForeignKeyDatabase(com.sleepycat.db.Database) location: class ...
Started 1 month, 2 weeks ago (2009-09-28 17:01:00)
by Toastieo
I know this question has been hammered to death but it seems the thinking changes every year... I'm about to send my songs to a Mastering house. I'm watching the Output 1_2 in mixer mode (X on keyboard). Where do I want the output level to peak? I've heard 0.0 dB, -2 dB and -4 dB. I've also heard "don't worry about it." Related question: If my output 1_2 is too hot do I ...
Started 1 month, 3 weeks ago (2009-09-26 06:02:00)
by user11945664
Hello,i have a problem with berkeley DB.I get a dialog titled "Unable To Locate Componenent" saying "This application has failed to start because libdb48.dll was not found.Re-installing the application may fix this problem",then it crashes after clicking ok.i got the error message when running these simple code below: #include #include #include using ...
Started 2 months ago (2009-09-15 03:44:00)
by user10286183
We have installed the berkeley db 4.8.24 on vista 64 bit . We intend to work on c# on visual studio 2008. But we are facing dificulty to open the database with these platforms. It gives the exception as given below "Type Initialisation Exception was unhandled" "Type Initializer for BerkeleyDB.Interbal.libdb_csharpPINVOKE threw an exception" we have ...
Started 1 day, 8 hours ago (2009-11-15 08:56:00)
by TurboElementsKevin
Looking for an ek or db 4 door must be 5 speed, must have a/c, prefer power windows and locks, stock engine. no salvaged title cars please. looking to spend no more than $3500. have cash in hand show me what you got!! no turbo cars. I will be out in san diego for thanksgiving so socal cars are ok.
Started 3 days, 5 hours ago (2009-11-13 12:13:00)
by Oracle, Sandra ...
Thanks, It looks like I can reproduce the problem on Mac OSX. I also get a segfault at: // Create a map container with inmemory anonymous database. strmap_t dbmap; I did try on several other platforms without any problems. I'll let you know when I've isolated the problem. Sandra
Started 4 days, 14 hours ago (2009-11-12 02:45:00)
by Andrei Costache...
Hi, Again, what I can understand from the translation of your question is that in the C# ex_repquote example in RepQuoteExample.cs (line 446), when calling BTreeDatabase.Open(RepConfig.progname, dbConfig) you get a "No such file or directory" exception. Are you sure you're using the "-h" argument when running ex_repquote.exe, which is required, so that it...
Started 4 days, 15 hours ago (2009-11-12 02:25:00)
by Andrei Costache...
user12203255 wrote: 如题:Berkeley DB 4.8 求 批量插入、删除数据 例子? 可以贴出来个吗 无论哪种语言的都可以 Hi, Please try to post your questions in English. I will assume that the online Chinese translator did it's job and you are looking for source code examples on how to perform bulk updates, deletes, inserts with any of the APIs in BDB. If I'm wrong, please correct me. ...