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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21573570.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_22112063.html
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....
http://www.experts-exchange.com/Programming/Languages/Java/Q_20971907.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21129823.html
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
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21164777.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21551448.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21963179.html
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...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/Jboss/Q_...
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21315028.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21332827.html
Zones:
JavaDate Answered: 03/31/2005 Rating: 9.4 Views: 0