dll missing in JDBC

后端 未结 9 929
Happy的楠姐
Happy的楠姐 2020-11-29 07:15

I am currently working with SQL in Java. Recently I got this error:

com.microsoft.sqlserver.jdbc.AuthenticationJNI 
WARNING: Failed to load the         


        
9条回答
  •  没有蜡笔的小新
    2020-11-29 07:59

    If its the case of the dll file missing you can download the dll file from this link http://en.osdn.jp/projects/sfnet_dose-grok/downloads/sqljdbc_auth.dll/

    else you need to provide the username and password of the db you are trying to connect, and make the authentication as false

提交回复
热议问题