Forum Discussion

SiKing's avatar
SiKing
Community Expert
15 years ago

SQL Server trusted connection

From Googling around, there seems to be a lot of confusion about using the MS JDBC library for connecting to SQL Server.
At our place we use only trusted connections to our SQL Servers. When trying to connect I kept getting "Not associated with a trusted SQL Server connection." Eventually I found:
This error message occurs if the SQL Server 2000 authentication mode is set to Windows Authentication mode. The Microsoft SQL Server 2000 driver for JDBC does not support connecting by using Windows NT authentication.

at http://support.microsoft.com/kb/313100
I am using the JDBC version 3, running against SQL Server 2008. It appears that trusted connection is still not supported. Would anyone be able to confirm this for me?

TIA.
No RepliesBe the first to reply