Top "Jtds" questions

Open source JDBC driver for MS SQL Server and Sybase ASE

how to connect sql server using JTDS driver in Android

i am new in android.. i want to connect sql server using JTDS driver. can any one tell me.. thnx …

android sql-server jtds
Authenticating to a SQL Server instance as a Windows User via JDBC

I'm having to support multiple database types for my tenant-enabled web application. Among others, I have successfully supported Microsoft's SQL …

sql-server jdbc jtds windows-nt
Is it possible to run multiple DDL statements inside a transaction (within SQL Server)?

I'm wondering if it is possible to run multiple DDL statements inside a transaction. I'm specially interested on SQL Server, …

sql sql-server transactions ddl jtds
connecting to local MS SQL Server

I have a local MS SQL Server and I am trying to connect to it using JTDS in java. Here …

java sql-server jtds
Cannot load JDBC driver class 'net.sourceforge.jtds.jdbc.Driver' when compiling Grails project

This is my first post so be gentle! :) I've set up a grails project (fairly new at grails too) and …

grails jdbc compilation jtds
Unsupported version error using JTDS with Scala

I'm trying to use the Java JTDS driver to connect to my database in Scala . However, whenever I try to …

java scala jtds spray
SQL server "Lock request time out period exceeded" .. again

I'm having a problem trying to extend the lock timeout in a sql server SP. No matter what I try …

java sql-server jdbc c3p0 jtds
Java Hibernate with SQL Server 2012 not working?

I have a Java Hibernate project configuration which worked with SQL Server 2008 R2, now with a new OS 8.1 (from 7) and …

java sql-server hibernate sql-server-2012 jtds
JDBC (JTDS) SQL Server Connection Closed after SSL Authentication

I am using the jTDS JDBC SQLServer library to connect to a SQL Server 2008 database. It always worked without SSL …

java sql-server ssl jtds