Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, i am developing an application in androide, initially i used SqlLite DataBase in my Project, but now the requirement has changed and now i have to change my database, and i have to use SQL Server Database.. can anyone Send example of Androide Project with sql server Database.. i am uisng Android Studio..

What I have tried:

i have tried some tutorial, but it didn't work for me..
Posted
Updated 7-Dec-17 0:02am

1 solution

You cannot integrate the SQL server with android studio, you need to create an Web API for SQL server database to perform CRUD operation.
after creation, call the Web API with parameters and display the values on your application.
 
Share this answer
 
Comments
Altaf Ansari 7-Dec-17 6:41am    
Thank You.. for your suggestion.. can you give me and example.. because i am new in android development..
JayantaChatterjee 7-Dec-17 7:11am    
you follow this links:-
https://docs.oracle.com/cd/E19226-01/820-7627/giqaa/

https://docs.microsoft.com/en-us/aspnet/web-api/overview/older-versions/build-restful-apis-with-aspnet-web-api

if you think this solution works for you, please click on Accept Solution button

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