Node:Berkeley DB Notes, Next:The Emacs Interface, Previous:Visual Basic Notes, Up:Top
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 under Windows, you should set the PATH
environment variable to contain the path to
libdb41.dll
(see Windows). Consult the
Berkeley DB documentation for further info.