How do I connect to SQL Server using C#?

What is the best way to connect a SQL server with Android using a connection string?

Shail Shah at Quora Visit the source

Was this solution helpful to you?

Other answers

You don't. You write an APi based application on the server and use the http protocol to request data from the server or send data to the server. That APi can be written in any number of ways and languages but seeing as you are asking about MSSQL I particular, the server side is more likely to be c#. 

Bastien Koert

There are few steps that need to be followed when we connect a SQL Server with Android Take a look at this link: http://www.parallelcodes.com/connect-android-to-ms-sql-database/

John Walker

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.