Trying to work with RDC and went through the tutorials . But I could not find "jdbc_driver folder" in my PC
I downloaded Microsoft JDBC Driver 4.0 for SQL Server . But there also I could not find the folder . Where should I find it ?
Sub Activity_Create(FirstTime As Boolean)
If FirstTime Then
reqManager.Initialize(Me, "http://192.168.0.100:17178")
End If
End Sub
Is the 17178 is fixed or changes ?