. 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 inform
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
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, 201
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 thes