Hi all. I am doing some android development, and now I need to send some android application
generated data onto a remote server (a database)?
How can I do that? can I use direct JDBC connection and sql?
Thanks in advance!
Hi all. I am doing some android development, and now I need to send some android application
generated data onto a remote server (a database)?
How can I do that? can I use direct JDBC connection and sql?
Thanks in advance!
No, you can't use JDBC or SQL. You need to create a web interface for your database and use HttpClient to connect to it from Android.