about bsddb module

Jorge Godoy jgodoy at gmail.com
Sun May 4 07:08:09 EDT 2008


cocobear wrote:

> On 5月3日, 下午7时17分, cocobear <cocobear... at gmail.com> wrote:
>> How to deal with multiple databases in an file. I want to get the
>> content of several databases.

(...)
 
> Anybody can help me?

I believe you can only have one database per file with the Python
abstraction...  But you can try this (straight from Google for "sleepycat
multiple databases" and sleepycat came from the docs for bsddb):

http://www.nextgen6.net/docs/db4.1.25/api_java/db_open.html

and pay attention to the details here:

http://forums.oracle.com/forums/thread.jspa?threadID=581528&tstart=15






More information about the Python-list mailing list