Hello, Most of the people here will advise you to stay away from the connector. But at that point I have used the compact framework version of it without any problems. It has no specific dependences (mscorlib, System and System.Data) and works fine for me. Just make sure you add -linkskip (http://docs.xamarin.com/android/advanced_topics/linking) so the linker does not try to optimize the connector assembly, because it will break.
Best regards, Vladimir -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Paul F. Johnson Sent: Wednesday, December 14, 2011 7:19 PM To: monodroid Subject: [mono-android] Sending information to a MySQL server from an android app Hi, I'm shortly going to *try* and develop an application for a company that will send information to a MySQL server as well as receive information requested from the server. Normally on a C# app I can either use ADO.NET standard connectors or Connector.NET from the MySQL bods. Are either of these available for monodroid or will I need to port Connector.NET so I can send/receive to the server? Thanks Paul -- Vertraue mir, ich weiss, was ich mache... _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
