1

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.

1
  • 3
    BTW, 74 questions and 6 upvotes cast won't encourage people to answer your questions. Commented May 5, 2012 at 0:31

2 Answers 2

4

Yes there is a way. The LGPL Jackcess library. I use it for my app, Panacea Database, which can handle Microsoft Access files on Android.

As the others have said, SQLite is the more Android-centered way of doing things, so you may want to consider going that route as well.

Sign up to request clarification or add additional context in comments.

1 Comment

Im using Qt to make android application. Is it possible to use Jackcess library for Microsoft database access?
2

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.