Posts Connect Android to MS SQL Database
Post
Cancel

Connect Android to MS SQL Database

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

This post is licensed under CC BY 4.0 by the author.
Contents

Trending Tags