objectbox-python icon indicating copy to clipboard operation
objectbox-python copied to clipboard

Is there a way to open an existed data.mdb ?

Open BeneficialCode opened this issue 1 year ago • 9 comments

I mean a python example to open a database.

BeneficialCode avatar May 06 '24 06:05 BeneficialCode

This? https://docs.objectbox.io/data-browser

greenrobot avatar May 06 '24 06:05 greenrobot

I mean coding.

BeneficialCode avatar May 06 '24 09:05 BeneficialCode

Basically you need to go through here: https://github.com/objectbox/objectbox-python?tab=readme-ov-file#getting-started

But, where does the data.mbd come from? Microsoft Access also uses this .mdp file extension, but it has nothing to do with it.

greenrobot avatar May 06 '24 10:05 greenrobot

Actually, they are objectbox databases which in the objectbox directory. I find that they store in android application's files path. It includes data.mdb and lock.mdb.

BeneficialCode avatar May 06 '24 22:05 BeneficialCode