ClassNotFoundException when connecting to MS SQLServer using JDBC

前端 未结 3 2013
闹比i
闹比i 2021-01-19 11:20

I\'m trying to connect to a MSSQL using the MS JDBC Driver (Microsoft SQL Server JDBC Driver 3.0: http://www.microsoft.com/download/en/details.aspx?id=21599) but what every

3条回答
  •  执笔经年
    2021-01-19 11:42

    You might have the package for the SQLServerDriver class incorrect. Try "com.microsoft.sqlserver.jdbc.SQLServerDriver" instead of "com.microsoft.jdbc.sqlserver.SQLServerDriver".

提交回复
热议问题