On Nov 14, 9:08 pm, "pai" <paimail... (AT) gmail (DOT) com> wrote:
....
Quote:
First 146 record will be added successfully and which adding 147th
record the error code will become ENOMEM |
You should use DBENV->set_errfile() or DB->set_errfile() to configure
BDB to write additional error information to stderr. That should show
which internal operation is actually failing.
Quote:
I think to find out above problem I need to analyze the code of
BerklyDb. Is there any documentations(not the interface document ) for
the berklyDb code which explais it architecture and design |
The Reference Guide included in the source tree under the 'docs'
subdirectory should be your starting point, as it contains a section on
Berkeley DB architecture. It also includes a page which lists
additional references on Berkeley DB itself, background for particular
DB features, and general database concepts.
Philip Guenther