views:

131

answers:

1

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!

A: 

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.

kgiannakakis
thanks,that's solved as what you say