Node:Berkeley DB notes, Next:, Previous:Visual Basic notes, Up:Top



Berkeley DB notes

As of SICStus 3.8, the library module library(db) has been replaced by library(bdb). The functionality is similar, but library(bdb) is built on top of Berkeley DB. Berkeley DB can be downloaded from:

     http://www.sleepycat.com
     

library(bdb) has been verified to work using Berkeley DB version 4.1.24. It does not work with earlier versions.

When using Berkeley DB on Windows, you should set the PATH environment variable to contain the path to libdb40.dll. Consult the Berkeley DB documentation for further info.