简体   繁体   English

将MS Access中的数据库与Android连接

[英]Connect database in MS Access with Android

I will start to develop an application on Android and I need to access a database in MS Access. 我将开始在Android上开发应用程序,我需要在MS Access中访问数据库。 Is it possible to make the connection between MS Access and Android? 是否可以在MS Access和Android之间建立连接? How? 怎么样?

Yo can try start creating a Restful-Service which will make you able to make the connection between your application and your server (where you have your dB). 您可以尝试开始创建Restful-Service,这将使您能够在应用程序和服务器(您有dB的地方)之间建立连接。

There are tons of articles out there of how to start making it, here there is given an example for a microsoft SQL server( which can be useful to connect with your MS Access): 有大量的文章介绍如何开始制作它,这里给出了一个Microsoft SQL服务器的示例(可用于与MS Access连接):

http://www.tutecentral.com/restful-api-for-android-part-1/ http://www.tutecentral.com/restful-api-for-android-part-1/

Hope it helps 希望能帮助到你

是的,可以通过使用“ Jackcess”库来实现。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM