Help in JDBC login exception in java code
Hi there,
I have i-net Gate 3.0 JDBC drivers for connecting to the SQL Server. I have been using SQL Server authentication till now and all were working well. But now due to security reasons company wants to have windows authentication for logging into SQL Server. After I changed the user information I am unable to login to the database from java class.
Any help would be greatly appreciated.
Thanks
John
Please sign in to leave a comment.
John Rajendran wrote:
http://www.inetsoftware.de/English/Produkte/JDBCTreiber/manual.html#Login
says that the i-net drivers cannot connect via windows authentication.
Apparently the jTDS JDBC driver can connect via Windows authentication:
http://jtds.sourceforge.net/
You could try that. I have used the jTDS driver and am very pleased with
it, although I haven't used the windows authentication part.
Bas