Top "Jtds" questions

Open source JDBC driver for MS SQL Server and Sybase ASE

connecting to multiple databases using different jdbc drivers

I have a requirement to write a daemon based java process (Not web based) that will connect to an Oracle 10…

java sql-server oracle jdbc jtds
Database connection unexpectedly closed with Glassfish, jTDS and SQL Server 2008

I have a Java EE application running on Glassfish and connecting to MSSQL Server 2008 through jTDS. For some unknown reason, …

java sql-server jdbc glassfish jtds
JTDS and JBOSS JDBC Connection Pool Problem, any solution? Maybe a custom ValidConnectionChecker?

I'm facing a weird production problem. Environment is the following: JBOSS 4.0.2 SQL Server 2005 Driver JTDS 1.2.5 From time to time the …

jdbc jboss jtds
Using JDBC when server name contains a backslash (localhost\TESTDATA)

thanks for taking the time to read this. I'm completely stumped by what is probably a simple thing. I am …

java sql-server jdbc jtds
Issues getting JTDS driver to accept sendStringParametersAsUnicode=false?

Been using net.sourceforge.jtds.jdbc.Driver as my driver from MSSQL for all my applications. I had trouble with …

java sql-server hibernate jtds sqljdbc
java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver

I got this exception: java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver I use jtds-1.2.2. I tried add jar or …

java jakarta-ee classnotfoundexception jtds
Java SQL Result to InputStream

I need a Java function that returns the results of a SQL SELECT query as an InputStream parameter for another …

java sql-server jtds
(JTDS) java.sql.SQLException: Error converting data type nvarchar to numeric

I'm having trouble reading from a view in a SQL Server 2005 database using JTDS and having a serious problem finding …

java sql-server jtds
Sql Developer connector to Sql Server 2012 - error "Vendor code 207"

I am trying to connect from Sql Develper 4.0.3.16 to Sql Server 2012, with jTDS connector jtds-1.3.1.jar. OS: Ubuntu 14.04 Java: ~$ java …

sql-server sql-server-2012 oracle-sqldeveloper jtds
connecting groovy to sql server

I am trying to connect a simple groovy script to the DB. Code: import groovy.sql.Sql class GroovySqlExample2{ static …

groovy jtds