0
When I retrieve sql server data
Error:This driver is not configured for integrated authentication.
4 Réponses
+ 2
Gaurav Dixit 🇮🇳
Are you using same connection class or making new everytime?
Make 1 connection class and use that class to get Connection object.
+ 3
https://www.google.com/amp/s/www.geeksforgeeks.org/establishing-jdbc-connection-in-java/amp/
Also check JDBC driver, for this you have to use jar file of jdbc connector
+ 1
A͢J I have already added ms sql server jdbc jar file in library directory in netbeans
I have successfully insert data but not retrieve by using SRVLET classes
0
A͢J
Only problem in display data using ResultSet