0

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!

1 Answer 1

2

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.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.