cocobear wrote:

> On 5月3日, 下午7时17分, cocobear <[EMAIL PROTECTED]> 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



--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to