[mono-android] How to connect My Sql Server for Android using C#.NET?

Jonathan Pryor jonp at xamarin.com
Wed Jan 4 13:19:14 EST 2012


On Jan 3, 2012, at 7:49 AM, vmorisetty wrote:
> Hi I have a task to connect sql server in the network to devlop android app using C#.NET in Visual Studio 2010.

Use System.Data.SqlClient. You'll need to enable TDS protocol support on your SQL Server instance.

 - Jon



More information about the Monodroid mailing list