Is there any way that I can use a Microsoft Access database inside my Android application instead of a SQLite database?
I have a pre-existing Access database with over 50 tables and re-writing this would be a pain. If anyone has any ideas on how I can implement accessing my Access database within my application, please let me know.
Don’t try to shove Microsoft Access into Android. Go with the past of least resistance and migrate your Access database to a supported DB.
SQLite has conversion tools to help convert your existing Access database to SQLite.