B4J Question Correct JDBC driver name for ssql-jdbc-9.2.1.jre8.jar

tufanv

Expert
Licensed User
Longtime User
Hello,

I need to connect to mssql database with jsql. I am using ssql-jdbc-9.2.1.jre8.jar as the driver. But when initializing, It asks for driver name and I cant find the correct one. Where can I find the correct name with initilalize method?
Thanks
 

tufanv

Expert
Licensed User
Longtime User
Used another connector and exmaples here:

works good
 
Upvote 0

OliverA

Expert
Licensed User
Longtime User
Used another connector
Which one? You should stick with the latest MS SQL JDBC drivers. Which driver name did you use that did not work?
 
Upvote 0

OliverA

Expert
Licensed User
Longtime User
ssql-jdbc-9.2.1.jre8.jar
I'm guessing this is just a typo here, since the jar file name should be mssql-jdbc-9.2.1.jre8.jar
 
Upvote 0
Top