实现Android应用程序,而不是SQLite的内部MS Access数据库?应用程序、而不是、数据库、Android

2023-09-06 16:28:59 作者:向来缘浅

有没有我可以使用Microsoft Access数据库我的Andr​​oid应用程序内,而不是SQLite数据库的方法吗?

Is there any way that I can use a Microsoft Access database inside my Android application instead of a SQLite database?

我有50多个表和重写,这将是一个痛苦的一个pre-现有的Access数据库。如果任何人有我如何能实现我的应用程序中访问我的Access数据库的任何想法,请让我知道。

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.

推荐答案

不要试图推的Microsoft Access到Android系统。阻力最小的走过去和迁移的Access数据库为支持的数据库。

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的有转换工具,以帮助您现有的Access数据库转换为SQLite的。

SQLite has conversion tools to help convert your existing Access database to SQLite.