Top "Jtds" questions

Open source JDBC driver for MS SQL Server and Sybase ASE

java.sql.SQLException: Login failed for user 'admin'

Disclaimer: I have never used SQL server before. I am trying to connect to SQL server Express using java code. …

java sql-server jtds
Connection URl for SQLExpress database using Hibernate

I am using jtds drivers to connect to SQL Server on local using Hibernate I can conect to server using …

hibernate sql-server-express jtds
SQLException: Invalid parameter index 1 only with PreparedStatement

I have got a webapp(JSP/Servlet) with Tomcat8 + SQL Server2012 JDBC Driver Type 4: JTDS old version 1.2.5 (http://jtds.sourceforge.…

java sql-server-2012 prepared-statement sql-injection jtds
Configure HikariCP in Spring Boot with JTDS

I want to add a connection pool to my existing web application, which has been made using Spring Boot 1.5.1. The …

java spring spring-boot jtds hikaricp
Why is JTDS faster than Microsoft JDBC driver?

we're comparing JTDS and Microsoft SQL Server for a Java EE application running on JBoss and we're finding that JTDS …

sql-server jtds
The driver could not establish a secure connection to SQL Server by using SSL

I'm having problems connecting to SQL databases. Whenever I try to connect to a SQL server I get the following …

java sql-server ssl jdbc jtds
Using windows authentication with sqljdbc.jar

Is it possible to use the windows authentication mode for SQL SERVER database, while using the micro soft provided JDBC …

jdbc websphere jtds
AbstractMethodError with jTDS JDBC Driver on Tomcat 8

I am deploying a web app (WAR) to a Tomcat 8 web container. The WAR includes in the '/WEB-INF/lib' …

tomcat8 jtds
Kerberos and Integrated Security using jTDS Driver

Up till now we were using MS JDBC Driver 4.0 to connect to SQL Server 2008 using Integrated Security and Java Kerberos …

java kerberos jtds apache-commons-dbcp integrated-security
Cannot load JDBC driver class 'net.sourceforge.jtds.jdbc.Driver'

I have some problems with jtds. I'm using Hibernate, Tomcat 5.5 on Linux Red Hat Server, SQL Server 2005 with WIndows Server …

java hibernate sql-server-2005 jtds