I want to connect to a MySql DB but i don't find the code. Can anyone help me?
That example does not connect to DB directly, but uses PHP script, which does the work and gives out JSON...
Laimoncijus
2010-10-11 12:47:25
i found this before but this snippet use a php... I want to Accsess it directly.. Like in Java with the ODBC
hanswurst
2010-10-11 12:48:11
You can't access it directly. The Android only supports SQLite locally :(
Júlio Santos
2010-10-11 12:50:27
+1
A:
Locally, the Android OS only supports SQLLite. To connect to a remote MySQL database, you'll need to use a webservice, either SOAP or REST.
Tyler
2010-10-11 12:49:09