Enter Keywords:
1 - 10 of 20(0.01 seconds)
Sort By:
 
this is a very newb question but just wanted to make sure i understood it when creating a connection to a database Class.forName("net.sourceforge.jtds.jdbc.Driver").newInstance(); Connecti...
Zones: JavaDate Answered: 09/25/2005 Rating: 8.8 Views: 0
I seem to be having an issue with SQL 2000 Enterprise with an application, using jTDS, that queries several consecutive batches.  The application successfully arrives at the point before the " stat...
Zones: MS SQL ServerDate Answered: 02/14/2007 Rating: 7.6 Views: 0
Hi, I am currently making a program, which is getting data from SQL Server DB (using jTDS) into a resultset. This resultset is then looped for every row and then written to a random access file....
Zones: JavaDate Answered: 07/31/2004 Rating: 8.2 Views: 0
OK, here's my problem. I am trying to query an external MS SQL 2000 server that is on our Intranet. I am able to connect perfectly fine via my applet. I am able to complete a query and get a result...
Zones: JavaDate Answered: 09/25/2004 Rating: 6.6 Views: 36
Hi, Have a problem in using open-source jtds jdbc drivers to call a stored procedure on MS SQL Server 7. I am able to connect to the MS SQL Server and able to execute the callablestatement but ...
Zones: JavaDate Answered: 10/12/2004 Rating: 9.6 Views: 8
Hey all, Got a question or two about using a CachedRowSet I connect my CachedRowSet like so Class.forName("net.sourceforge.jtds.jdbc.Driver").newInstance();  Connection con =  DriverManager...
Zones: JavaDate Answered: 10/12/2005 Rating: 8.4 Views: 0
I am trying to get an application, JIRA to work with my SQL Server 2005 database.  I am getting a lot of errors regarding database access even when I am using the sa account.  I think the problem i...
Zones: MS SQL ServerDate Answered: 08/29/2006 Rating: 9.2 Views: 0
Gentlemen,                    I am trying to connect to a local MS SQLServer 2000 database with jTDS driver using the following mssql-ds.xml placed in /server/default/deploy: <?xml version="1.0...
Zones: JBoss Application Server, MS SQL Serve...Date Answered: 09/08/2008 Rating: 8.0 Views: 98
Experts, I have been trying to send a simple update to an MSSQL Table using the following, but it locks at the point indicated, why? I have included the pertent parts of the class. I know my con...
Zones: JavaDate Answered: 02/15/2005 Rating: 8.2 Views: 0
Anyone explain why I get this error: java.lang.RuntimeException: No message resource found for message property prop.servertype       at net.sourceforge.jtds.jdbc.Messages.get(Messages.java:120)       a...
Zones: JavaDate Answered: 03/31/2005 Rating: 9.4 Views: 0