Click here to Skip to main content
15,880,905 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I'm trying to connect my android studio project to Microsoft SQL server. Does anybody know of any good tutorials or videos for this?

Thanks

What I have tried:

I have watched some tutorials online but none of them seem to be working.
Posted
Updated 18-May-18 3:53am

Typically, you wouldn't even "connect" your Android app directly to an SQL Server. Your app would interact with a web service and that service would talk directly to the database. The service is an intermediary performing the heavy data work and returning the results of queries to your Android app.
 
Share this answer
 
you need a JDBC driver library for SQL Server to connect SQL Server database from Android applicaton,

Here I have found one tutorial

seotoolzz.com/android/android-login-app-with-mssql-server.php
 
Share this answer
 

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