I need connect o SQL SERVER with SSL, and i think thak
JdbcSQL no support SSL conections in ANDROID.
how use the driver for B4J JdbcSQL in B4Androd? (are posible?)
In B4J (run exe under windows), there are not problem with ssl. (connect ok).
That is:
i need conect to sql server with SSL, and a don't know how do this.
JdbcSQL no support SSL conections in ANDROID.
how use the driver for B4J JdbcSQL in B4Androd? (are posible?)
In B4J (run exe under windows), there are not problem with ssl. (connect ok).
B4X:
#if b4j
#AdditionalJar: mssql-jdbc-8.4.1.jre11
#else
#AdditionalJar: jtds-1.3.1.jar
#end if
That is:
i need conect to sql server with SSL, and a don't know how do this.