Hi all I have a Java application which connects to the database SQL Server 7.0 . But SQL Server has WinNT authentication. So I guess I don't need to pass the username and password in the DriverManager.getConnection(). I have already created a user with username:agent1 and password:agent1 on the SQL Server machine as well as given database rights and then I have the same user on my WinNT machine though which I am running the Java application. But it doesn't work ??? Is there some API to specify that the database is using WinNT authentication instead of SQL Server authentication. Please advise Harkishin _______________________________________________ Swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/swing
