Probably not the answer you want to hear, but the general advice on this
sort of stuff is to use a web service or some sort of RESTful service to
handle these concerns, as opposed to talking to the DB directly.

That said, I'd be curious to hear if Connector.NET would work.  :)

On Wed, Dec 14, 2011 at 10:19, Paul F. Johnson
<p...@all-the-johnsons.co.uk>wrote:

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



-- 
http://www.opgenorth.net
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to