Open source JDBC driver for MS SQL Server and Sybase ASE
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 jtdsI 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 jtdsI'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 jtdsthanks for taking the time to read this. I'm completely stumped by what is probably a simple thing. I am …
java sql-server jdbc jtdsBeen using net.sourceforge.jtds.jdbc.Driver as my driver from MSSQL for all my applications. I had trouble with …
java sql-server hibernate jtds sqljdbcI 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 jtdsI need a Java function that returns the results of a SQL SELECT query as an InputStream parameter for another …
java sql-server jtdsI'm having trouble reading from a view in a SQL Server 2005 database using JTDS and having a serious problem finding …
java sql-server jtdsI 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 jtdsI am trying to connect a simple groovy script to the DB. Code: import groovy.sql.Sql class GroovySqlExample2{ static …
groovy jtds