bsddb - help needed with btflags values for Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sconnoll@lowes.com

    bsddb - help needed with btflags values for Python

    import bsddb

    bsddb.btopen(fi le, flag='c', mode=438, btflags=0, cachesize=None,
    maxkeypage=None , minkeypage=None , pgsize=None, lorder=None)

    Can anyone help me with the values to use for btflags? I'd like to
    tell the database manager that I want to allow duplicate values. The
    ORACLE Berkeley documentation addresses C (not Python), so I can't
    find the approprate btflags values documented for Python anywhere.

    Help!!!!......a nd thanks in advance.

    Sean
Working...