compatibility - can i use bdb(berkeley db) file created by c implementation (python bsddb) by oracle berkeley db java edition? -


i have berkeley db file (*.bdb) created c implementation(python bsddb module). possible read file pure java implementation of berkeley db? tried read using berkeley db java edition (je) not. je throws out exception saying not detect berkeley database. berkeley db files not inter operable across different implementations? if so, why?

no.

according berkeley db java edition faq, berkeley db , berkeley db java edition not compatible 1 because have different file layout structure.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -