Android Question How to connect to SQL database on Azure using RDC ?

lvdp

Member
Licensed User
Longtime User
In this thread http://stackoverflow.com/questions/...n-azure?noredirect=1#comment52378915_32249122
they recommend the "Microsoft SQL JDBC version 4.0+ Driver" to access Azure SQLDatabase and SQL Server on Azure, because the RDC's default JDBC for MSSQL (jTDS), is told to be incompatible with MSSQL on Azure.

I downloaded that driver (http://www.microsoft.com/en-us/download/details.aspx?id=11774 ), but it is not clear to me how I can use it in combination with RunRLC.bat

So I'm trying to understand what is written in RunRLC.bat
"C:\Program Files (x86)\Java\jdk1.7.0_71\bin\java" -Xmx256m -cp .;libs\*;jdbc_driver\* anywheresoftware.b4a.remotedatabase.RemoteServer

How should I proceed in order to use the "Microsoft SQL JDBC version 4.0+ Driver" ?
 
Top