开发者

Android.. How to Upload data from android phone to remote database?

I am doing some android development, and now I need to send some android applicatio开发者_如何学Pythonn

generated data onto a remote server (a database)?

How can I do that? can I use direct JDBC connection and sql?

Thanks in advance!


Android doesn't come packaged with JDBC.

I recommend that you setup a web service (SOAP, RESTful, etc), and pass/retrieve data that way. It's more secure as well.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜