java - Best way to export data to mySQL database -
what best way export bunch of strings android app mysql database?
i've looked on place. on here , on internet. have found bunch of different answers nothing makes sense.
should use asynctask or httpclient? looked @ microsoft jdbc database export didn't make sense me. help.
edit: need add data mysql database table.
you can jdbc connector , jdbc api. i've tested connector mysql-connector-java-3.0.17-ga-bin.jar , works perfect , fast. you'll need asynctask or runnable in own thread avoid locking ui thread , risking killing apk.
check here for example
Comments
Post a Comment