简体   繁体   中英

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. Is it possible to make the connection between MS Access and 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).

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):

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

Hope it helps

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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