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 _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid