Connect database in MS Access with Android -


I will start developing an application on Android and I need access to database in MS Access. Is it possible to create a connection between MS Access and Android? how?

You can try to start a pure service that enables you to build relationships between your Application and your server (where is your DB).

There are so many articles in it that how to make it, here is an example for a Microsoft SQL Server (which can be useful to connect to your MS Access):

Hope it helps


Comments

Popular posts from this blog

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

ios - Invalid IPA: missing embedded provisioning profile. Are you sure this is an ad hoc? -