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

2012-10-08 Thread HemSingh
I have started a thread on xamarin for the same & it is solved there. so giving the link here if someone visits this thread for help in future. http://forums.xamarin.com/discussion/comment/160 - Thanks & Regards, Hem Singh -- View this me

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

2012-10-05 Thread Sayed Arian Kooshesh
if I started a kickstarter to convert parse.com api to mono-droid, how many people would kick in? It solves the following problems: 1. push notification. 2. Database. All of them. 3. Sharedpreferencehelper 4. A (simple) user system or a way of tagging (most) phones on reinstall. 5. stuff I think

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

2012-10-04 Thread Jonathan Pryor
On Oct 4, 2012, at 11:42 AM, Sayed Arian Kooshesh wrote: > what's the advantage of using a direct connection here vs an rpc call to a > generic handler or other form. Bureaucracy. ;-) > I would like to hear an argument for exposing your database to the world in > any app. Not all companies b

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

2012-10-04 Thread Sayed Arian Kooshesh
what's the advantage of using a direct connection here vs an rpc call to a generic handler or other form. I also notice you didn't really obfuscate your password, I hope that's not your live one. I would like to hear an argument for exposing your database to the world in any app. On Thu, Oct 4, 20

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

2012-10-04 Thread Jonathan Pryor
On Oct 4, 2012, at 1:33 AM, HemSingh 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

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

2012-10-03 Thread HemSingh
Hi Jon, Thanks for the reply. I have already given INTERNET PERMISSION. And I am only receiving one line error alert. Is there any need to set TDS support on Sql server. If yes then how I can set it. Thanks & Regards Hem Singh On Wed, Oct 3, 2012 at 8:26 PM, Jonathan Pryor-2 [via Mono for Androi

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

2012-10-03 Thread Jonathan Pryor
On Oct 3, 2012, at 3:18 AM, HemSingh wrote: > Edit: I am getting System.NotSupportedException: Unfortunately the edit doesn't contain a stack trace. I will guess that your Release app does not have the INTERNET permission, which present by default in Debug builds (for the debugger) but not Rele