[mono-android] Sending information to a MySQL server from an android app

Jonathan Pryor jonp at xamarin.com
Wed Dec 14 12:45:58 EST 2011


On Dec 14, 2011, at 12:19 PM, Paul F. Johnson wrote:
> 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?

You'll need to port Connector.NET as the Mono for Android assemblies are incompatible with the desktop .NET profile assemblies. Fortunately we do provide a System.Data.dll (unlike Silverlight/WP7), so hopefully rebuilding against our assemblies won't be too difficult...

 - Jon



More information about the Monodroid mailing list