Connecting Android app to MySQL database

Posted by opuhliyvladyslav on Stack Overflow See other posts from Stack Overflow or by opuhliyvladyslav
Published on 2012-11-17T16:46:50Z Indexed on 2012/11/17 17:00 UTC
Read the original article Hit count: 158

Filed under:
|
|
|

Can somebody help me with question related with MySQL database using?

Yesterday i was making app for getting some text data and sending them to database located on remote server!

I was making POST request to database and sent few text fields to one table in database. So MY QUESTION IS:

"Can I use MySQL directly (not though POST method )? and how to use it ?" (will be so glad to see url to solutions or examples)

P.S. when i was sending data to server i have some errors in database fields when sending russian characters (what type of encoding sending from my app to server????)

© Stack Overflow or respective owner

Related posts about java

Related posts about android