Questions tagged [dbm]

DBM is a simple UNIX database format. It uses a key-value storage and hashing for fast retrieval of the data by key.

98 questions
0
votes
1 answer

dbm.error: db type is dbm.bsd, but the module is not available (Python 3.0)

I'm trying to open a shelve file that I created in 2.5, but I get the error I listed in the question title. The data aren't essential, but I really want them. Looking at the lib\dbm\__init__.py file it recognizes 4 types of dbm modules but only…
user165502
  • 41
  • 1
  • 2
0
votes
2 answers

DBM or SQLite in PHP 5.x

We have a client whose site is hosted on a server (I don't want to disclose hosting company name) which does not provide DB functionality. We have developed a very simple CMS based site but out implementation uses MySQL. I read somewhere that there…
Yogi Yang 007
  • 5,147
  • 10
  • 56
  • 77
0
votes
1 answer

Getting wifi AP detailed information on Android

i used a command "iwlist wlan0 scan" on android virtual terminal application and get some information on AP's specially the noise dbm. Information are available if the phone is rooted im using cyanogen mod. is it possible on none rooted phones? any…
0
votes
1 answer

Why isn't the data written to the database? (DBM, Python 3.2)

I have been working to learn the pickle and dbm python modules. I wrote some code that connected to a dbm database and wrote data and pickled info. import dbm import pickle class PickleDB: def set_dbname(self): self.db =…
Bobby Tables
  • 1,154
  • 4
  • 15
  • 25
-1
votes
1 answer

How do I import and Excel Spreadsheet into my DB?

Hi Everyone, I'm trying to import some data from an excel sheet across three different tables, and I'm wondering how I can do this I can't find anything for actually importing in excel. I don't know how to write an intelligent INSERT for this.…
Tim
  • 13
  • 4
-1
votes
1 answer

Infinite recursion for iterator of tied hash with perldbmfilter for filter_fetch_key

I have a Perl tied hash which uses the SDBM_File module and I need to do some character encoding conversions when storing or fetching values. I followed the documentation of perldbmfilter and in general it seems to work: I get the results from the…
Thorsten Schöning
  • 3,501
  • 2
  • 25
  • 46
-1
votes
1 answer

Get the dbm in a toast

In my new project I need to show the dbm in a Toast. I have never before worked with the signal strength. I searched a lot on the internet but I did't find any good information. In my imagination it should be very easy, But I can't build something…
user3379235
  • 29
  • 1
  • 6
-4
votes
1 answer

dbm package: file is not a database on open with SQLITE viewer

I made a database with the Python package dbm but I cannot seem to find any way to open it. The file is recognizable for reading and writing but when I try to open it visually using SQLITE viewer, it gives back: "An error occurred: file is not a…
1 2 3 4 5 6
7