in reply to Re^2: Accessing BDB file fails on linux
in thread Accessing BDB file fails on linux
I'm not that familiar with the Perl API, but what do you mean when you say "When I try to access value for few keys it returns undef."
BTW: Although Berkeley DB is endian-neutral in terms of it's internal data structures, it makes no attempt to interpret the data payload. Managing endian-ness changes is the responsibility of the embedding application.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Accessing BDB file fails on linux
by vsdeepthi (Initiate) on Feb 22, 2011 at 09:47 UTC | |
|
Re^4: Accessing BDB file fails on linux
by vsdeepthi (Initiate) on Feb 22, 2011 at 09:50 UTC |