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

2011-12-14 Thread Vladimir Dimitrov
. 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

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

2011-12-14 Thread Jonathan Pryor
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

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

2011-12-14 Thread Tom Opgenorth
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

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

2011-12-14 Thread Paul F. Johnson
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