I've been using SQuirreL 3.7 until today, using integratedSecurity to connect to MS SQL Server. I had to update my Java, so 3.7 no longer runs. I loaded SQuirreL 3.8.1, and it runs but I can't get integratedSecurity to work.
With 3.7, I was using old MS drivers (dated 2009). I downloaded mssql-jdbc-7.0.0.jre8.jar and the accompanying x86 sqljdbc_auth.dll. That didn't work either. I get this when I try to connect:
Unexpected Error occurred attempting to open an SQL connection.
class java.lang.UnsatisfiedLinkError: com.microsoft.sqlserver.jdbc.AuthenticationJNI.SNISecGenClientContext([B[I[BI[B[I[ZLjava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/util/logging/Logger;)I
Win7
Jre1.8.0_181 (32-bit)
TIA
|