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

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -