On a Windows platform, when trying to connect to SQL Server using Integrated Authentication, you may see this exception: com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. along with the following
Read More...
If you are seeing this exception while trying to use the SQL Server 2005 JDBC driver, then you will need to update the application. The class name has changed between the SQL Server 2000 JDBC driver and the SQL Server 2005 JDBC driver. This particular
Read More...