When I retrieve sql server data | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

When I retrieve sql server data

Error:This driver is not configured for integrated authentication.

15th Jan 2022, 4:15 PM
Gaurav Dixit🇮🇳
Gaurav Dixit🇮🇳 - avatar
4 Answers
+ 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.
18th Jan 2022, 1:18 PM
A͢J
A͢J - avatar
+ 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
15th Jan 2022, 4:39 PM
A͢J
A͢J - avatar
+ 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
18th Jan 2022, 1:04 PM
Gaurav Dixit🇮🇳
Gaurav Dixit🇮🇳 - avatar
0
A͢J Only problem in display data using ResultSet
18th Jan 2022, 1:08 PM
Gaurav Dixit🇮🇳
Gaurav Dixit🇮🇳 - avatar