Click here to Skip to main content
15,878,953 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
So I'm supposed to connect an app developed on xamarin forms cross-platforms to SQL SSMS 2017. I can't use azure for firewall issues since it's for my job. The database is not local but it's been created already and I have access to it as administrator. I'm really new to xamarin forms so I'm kind of lost on how to make the connection. I've been doing research and I need a REST API to be able to connect it. I just want to keep it simple so it works and I can present it to my team. Thanks

What I have tried:

REST API, ASP.NET Web API 2, API + PHP
Posted
Updated 29-Jun-18 23:09pm
Comments
[no name] 29-Jun-18 17:38pm    
Every one of your statements is a contradiction; or totally unrelated to the previous one.

Even if you could "connect" a xamarin form to SSMS, what happens then?

1 solution

You can't connect ANY app to SSMS. SSMS is a tool used to manage a SQL Server instance. What I think you *really* want to do is to connect the app to a SQL Server database. If it were me, I'd develop a web service that could be used to connect to the database. Any app can connect to a web service.
 
Share this answer
 
v2

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