How to convert MDB to SQLite in Android

前端 未结 4 705
栀梦
栀梦 2020-12-10 21:49

I have one Microsoft Access .MDB file and want to use that database in an Android application.

How can I convert the .mdb database to SQLite?

4条回答
  •  时光取名叫无心
    2020-12-10 22:23

    Another excellent tool to convert the .mdb database to SQLite: https://github.com/arturasn/mdb2sqlite

    Executable direct download: https://github.com/arturasn/mdb2sqlite/blob/master/bin/mdb2sqlite.exe

提交回复
热议问题