I'm going to attempt to write to an app that needs to access a remote database running on a server. I know you can use jdbc when writing java applications, but can this be done in android too? Or is there a better way. Any direction would be appreciated.
4
-
2possible duplicate of how to connect android to online database?EboMike– EboMike2011-05-24 00:34:42 +00:00Commented May 24, 2011 at 0:34
-
3This has been asked a million times already. Just search for it. In short: Don't do it. Use a REST service.EboMike– EboMike2011-05-24 00:35:03 +00:00Commented May 24, 2011 at 0:35
-
possible duplicate of android databasefinnw– finnw2011-05-24 00:41:19 +00:00Commented May 24, 2011 at 0:41
-
@finnw: That's another duplicate, although it doesn't really have useful answers.EboMike– EboMike2011-05-24 00:43:17 +00:00Commented May 24, 2011 at 0:43
Add a comment
|