1
2
3
4
5
//Download jtds-1.2.7.jar library file and add it to our application. This library file helps in connecting ANDROID and MS SQL Database. http://www.java2s.com/Code/Jar/j/Downloadjtds127jar.htm
"jdbc:jtds:sqlserver://" + ip + ";"
+ "databaseName=" + db + ";user=" + un + ";password="
+ password + ";"
http://www.parallelcodes.com/connect-android-to-ms-sql-database-2/
origin - http://www.pipiscrew.com/?p=8305 connect-android-to-ms-sql-database