Re: Tomcat and jdbc over MS SQL Server

2007-01-21 Thread Youko
://www.nabble.com/Tomcat-and-jdbc-over-MS-SQL-Server-tf3038699.html#a8473892 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Tomcat and jdbc over MS SQL Server

2007-01-20 Thread JV
At work we use SQL Server 2000 and 2005. At first we used Opta2000 as jdbc connector. Now we use jTDS, which is open source and freely available. I don't know about performance issues, but we don't notice any difference (it's development mainly, and low traffic sites). I've tried to use

Re: Tomcat and jdbc over MS SQL Server

2007-01-19 Thread Zack Grafton
Hi, It is possible, there are 2 different methods. The JDBC-ODBC bridge, here's a link on the subject http://java.sun.com/j2se/1.3/docs/guide/jdbc/getstart/bridge.doc.html And, depending on your version of SQL Server you could use the one provided by Microsoft, For SQL Server 2000

Tomcat and jdbc over MS SQL Server

2007-01-18 Thread Andrea Modesto Rossi
Hi all, Need help on this. I'm using Tomcat6 over Debian GNU/Linux. Now i've a webapps written by JAVA but the database is sql server microsoft on the windows server. Is it possible to connect java webapps with sqlserver using jdbc? Appreciate your help. Krishna