I've created an Android application, which takes data from the user. I need the data collected (strings) to be posted to a MS SQL database.
I've looked into various resources but it wasn't of much help. I've got the IP, username, password, and the table and row where the said data needs to be inserted. I need the data inserted, when the user presses the submit button on the form page he/she was filling.
It would be great if this would work with the MS SQL database, as this is the mobile variant of the web app. I've tried to use jDTS 1.3.1, but it doesn't sync with gradle(module:app) when I add it below the testCompile.
Check this below link it will help you
http://www.parallelcodes.com/connect-android-to-ms-sql-database-2/