Connect Android to MS SQL Database.

Post Views: 11,475 In this post we will see how we can connect our Android Application to MS SQL Database server directly and perform CRUD operations. We will use JTDS.jar library for connecting with Database. Download jtds library using this link: Jtds library. Download Source code. Next we will create our MS SQL Database. My … Continue reading Connect Android to MS SQL Database.