[mono-android] problem inserting data in Sql Server in release mode

Jonathan Pryor jonp at xamarin.com
Thu Oct 4 14:48:13 UTC 2012


On Oct 4, 2012, at 1:33 AM, HemSingh <simply.hem at gmail.com> wrote:
> And I am only receiving one line error alert.

Odd; does logcat have anything?

	http://docs.xamarin.com/android/advanced_topics/android_debug_log

> Is there any need to set TDS support on Sql server. If yes then how I can set it.

Yes, TDS support needs to be enabled:

	http://www.jprl.com/Blog/archive/development/mono/2009/May-14.html#nerddinner-sqlserver-configuration

In particular steps 5(C) (enabling mixed-mode authentication) and 5(E) (enabling TCP/IP access).

 - Jon



More information about the Monodroid mailing list