Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello buddies, I m really new to this android studio and and want to connect Ms Access 2013 in Android studio project. Can You please help me with this problem As soon as possible.

What I have tried:

I have tried it with simple database, but i want it to be connected with Ms access 2013 Database in Android studio project
Posted
Updated 26-May-16 18:19pm
Comments
Mehdi Gholam 27-May-16 0:08am    
MS Access does not run on Android.

1 solution

Let's put aside the database part first. The setup is like this:
An Android app will communicate with a web service written in say PHP with necessary parameters and PHP will contact the database and will fetch the result and return the results to the Android app. For this part, learn to do it here Android PHP/MYSQL Tutorial[^]
Once you understand it, the actual database connectivity is between PHP and the MS Access, check this out: Using an Access Database with PHP[^]
Last but not least, for serious app development, you should use real RDBMS like mysql, mssql, oracle etc. Not MS Access.
Enjoy your learning.
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 27-May-16 0:28am    
Good thinking and analysis, really. 5ed.
But I have a question: don't you think it could be a great overkill, to bother with all that because of such miserable product as MS Access which doesn't even have a client-server model? I understand that what you mention (or equivalent) is the must, and you mentioned the alternatives already. I just say that first things come first: not MS Access.
—SA
Peter Leow 27-May-16 0:34am    
Thank you, SA.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900