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

Tom Opgenorth tom at opgenorth.net
Wed Dec 14 12:29:11 EST 2011


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



-- 
http://www.opgenorth.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodroid/attachments/20111214/f6b731e2/attachment.html 


More information about the Monodroid mailing list