DBM is a simple UNIX database format. It uses a key-value storage and hashing for fast retrieval of the data by key.
Questions tagged [dbm]
98 questions
0
votes
0 answers
Can we get raw google adwords data?
I am trying to fetch raw data from google Adwords but not able to find it.I am able to get group level data but in that case our all dimension and metrics doesnot fall under one group, so I m looking for raw data.Please help me if google Adwords…

Manish Kumar
- 257
- 1
- 4
- 10
0
votes
1 answer
db2locktimeout log not found after enable DB2_CAPTURE_LOCKTIMEOUT=ON
Base on the following link:
https://www.ibm.com/support/knowledgecenter/SSEPGG_10.5.0/com.ibm.db2.luw.admin.regvars.doc/doc/r0005657.html
I turn on the the DB2_CAPTURE_LOCKTIMEOUT=ON, and then I check whether I successful change it or not by db2set…

Panadol Chong
- 1,793
- 13
- 54
- 119
0
votes
1 answer
Error while using DBI Drive in perl
below is the code
#!/usr/bin/perl
use warnings;
use strict;
use DBI;
my $dbh = DBI->connect('dbi:DBM:sid=upr18;host=abd-up3db1',"user", "pass");
my $sth = $dbh->prepare("SELECT count(*) FROM temp_table");
$sth->execute();
While the connnect…

LearningCpp
- 972
- 12
- 29
0
votes
0 answers
How to Update multiple columns with using ABS,DATEDIFF
DECLARE
@deviationtime int,
@actualtime datetime,
@estimatedtime datetime
While (Select TOp 1 successrate FROM YBS_Tahmin_Kayit where deviationtime = 999 order by recordtime desc) = 999
BEGIN
SET @actualtime= (SELECT Top 1 actualtime…
0
votes
1 answer
opening shelf file / dbm file returns error dbmError created file using dbm.open and shelve.Shelf.open
python 3.4.2, on Linux
I'm pretty new to this language but I'm coding this project. It started as a simple program that displayed a dictionary . Well I'm trying to expand on it based on tutorials that i am reading. I came to one about shelving and…

modnarrandom
- 142
- 1
- 13
0
votes
2 answers
C Custom Database writing errors
I have an assignment for class that I have to write a program to read and write key, value pairs to disk. I am using a linked list to store the keys, and read in values whenever I need to from disk. However, I am having trouble changing and deleting…

David Watson
- 2,031
- 2
- 13
- 17
0
votes
1 answer
Python, add variable index to dbm.dumb module
I'm having issues adding an index variable to dbm.dumb. What i mean by index variable:
var = b"string",b"string_one",b"string_two"
var[0] #being an index variable
Now when I try and add to it using the following code:
database = dbm.dumb.open(z…

shurburt
- 93
- 2
- 6
0
votes
1 answer
Opening a dbm file
I have been provided a file, called datamodel.dbm
Within that file, is a lot of XML.
It opens with the following XML: