I’m new to android and making a sample app to load database from package/assets/test.mdb
I try to follow this turorial
My problem is that i don’t know how to work with *.mdb.
Do i have to convert to specify database or just directly work with this file ?
And in this case database file has big amount (200 MB), so what should i do ?
Thanks !
If you are referring to a Microsoft Acess Database File, it cannot be read with Android.
You must move the data from a MS Access Database File over to a SQLite database file. The previous link has some information on how to do this.