Android Question MSSQL Connection Using I.P and Instense Name

Devendra

Member
Licensed User
Longtime User
I have Windows Based Cloud Server Running Windows Server 2012 , Also MS SQL Server 2014, With a Static IP and Database Instance is installed SQLEXpress, I want to access the Databases and READ/WRITE these databases using Android Application.
 

Anser

Well-Known Member
Licensed User
Longtime User
You have many options. First you need to read and understand the different technologies/libs available here to connect your Android application with a Remote Database and then choose the one that is apt for your requirement. I am listing here a few and of course there are many others too.

1. RDC
2. jRDC
3. SQL
4. Php

and there are many others available.

Regards
Anser
 
Upvote 0

Devendra

Member
Licensed User
Longtime User
Ok Thanks , SOme one tell me where to Download the below listed libraries,

MSSQL.Jar
MSSQL.XML
Jtds1.2.5,jar
 
Upvote 0
Top