SSPI Issues
807598Feb 13 2006 — edited Sep 24 2008Hi,
I'm using Sun's Java Studio Enterprise 8 to write a Java program in which I'm trying to connect to SQLServer 2000 using JDBC. I'm using jTDS SQLServer driver because everything I read says it's the best.
My problem is when I go to run the program, I get the following error:
database connection: I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property.
Any ideas on what this could be? Is it a problem with my SQL Server install?
Thanks in advance.