Android Question b4a 10.7 does not show jtds-1.3.1.jar in library list , neither mssql-jdbc-6.2.2.jre7.jar and mssql-jdbc-6.2.2.jre8.jar

abonvici

Member
Licensed User
i added #AdditionalJar: jtds-1.3.1.jar to #Region Project Attributes
and did the same for mssql-jdbc but the package remains unloaded and the line
Dim sql1 As JdbcSQL
sadly says : do you have to load a library?

I tried to put the jar in "libraries" folder and in additional_lib, but the jar is still not loaded and not shown i library list
my jdk is 11, is there some kind of incompatibility?

Any hints ? I have seen that many people connect directly with mssql server form android....may i have forget something?
thank a lot in advance
Alessandro
 

abonvici

Member
Licensed User
today i tried with the oracle jdk 8 as javac and nothing changed .... jtds-1.3.1 is not loaded.
So i gave a try to jtds-1.3.0 and nothing ...the library is missing and do not appear library list...
Any suggestions?
thank you a lot in advance
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
NO single jar from the #additionaljar commands are listed in the Librarytab.

you need to mark JdbcSQL in the librarylist.
 
Upvote 0

abonvici

Member
Licensed User
Yes , i understand but the problem is that the jdbcSQL library does not appears in library tab , otherwise i would have checked it.
My problem is exactly this: B4A does not have jdbcSQL in its library tab...so what is missing...
 
Upvote 0
Top