Re: MS SQL Server JDBC Driver

2003-03-05 Thread Rajarshi Ghosh
Of Peter Dolukhanov Sent: Monday, March 03, 2003 7:09 PM To: [EMAIL PROTECTED] Subject: Re: MS SQL Server JDBC Driver Thanks Rajarshi, is this the best driver to use? As I have heard that the MS driver does not perform well performance wise? Can anyone shed any light on this? Regards, Peter

MS SQL Server JDBC Driver

2003-03-03 Thread Peter Dolukhanov
Hello, I was wondering, if from experience, someone could recommend me a JDBC driver for MS SQL Server 2000. From what searching I have done, I have only seen commercial products available. Are there any free products available, which have the majority of features (and performance) needed?

Re: MS SQL Server JDBC Driver

2003-03-03 Thread Rajarshi Ghosh
MSSQLDriver for sql 2000 comes free. It is a type4 driver. Hope it helps. Regards --LOVE IS GOD- Rajarshi Ghosh === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest:

Re: MS SQL Server JDBC Driver

2003-03-03 Thread Emmanuel Eze
visit http://www.microsoft.com/sql/downloads/default.asp Emma -Original Message- From: Peter Dolukhanov [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 2:10 PM To: [EMAIL PROTECTED] Subject: MS SQL Server JDBC Driver Hello, I was wondering, if from experience, someone could

Re: MS SQL Server JDBC Driver

2003-03-03 Thread Peter Dolukhanov
PROTECTED] On Behalf Of Rajarshi Ghosh Sent: 03 March 2003 13:18 To: [EMAIL PROTECTED] Subject: Re: MS SQL Server JDBC Driver MSSQLDriver for sql 2000 comes free. It is a type4 driver. Hope it helps. Regards --LOVE IS GOD- Rajarshi Ghosh

Re: MS SQL Server JDBC Driver

2003-03-03 Thread Carlos Vicente
satisfied with it. I hope this helps. -Mensaje original- De: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] nombre de Peter Dolukhanov Enviado el: lunes, 03 de marzo de 2003 14:39 Para: [EMAIL PROTECTED] Asunto: Re: MS SQL Server JDBC Driver

Re: MS SQL Server JDBC Driver

2000-02-06 Thread Damian Fauth
You could try http://www.freetds.org/ a free open source implementation of the tds protocol that SQLServer uses. Note that last time I tried it some things were unsupported, such as OUT parameters from stored procedures, but for basic functionality, it works fine. Damian hi guys, Can anyone

MS SQL Server JDBC Driver

2000-02-05 Thread Sanjay Mistry
hi guys, Can anyone help me to find out JDBC Driver for MS SQL Server 7.0. Thanks. -Sanjay __ NetZero - Defenders of the Free World Get your FREE Internet Access and Email at http://www.netzero.net/download/index.html

Re: MS SQL Server JDBC Driver

2000-02-05 Thread Bill White
powerful. Bill [EMAIL PROTECTED] Sanjay Mistry dhabudo@NETZERO.To: [EMAIL PROTECTED] NET cc: Sent by: A Subject: MS SQL Server JDBC Driver mailing list

Re: MS SQL Server JDBC Driver

2000-02-05 Thread Phil Swenson
You definitely don't want the SQL Server 7 JDBC/ODBC driver for serious apps. It is single threaded so performance quickly degrades. It's also pretty buggy. I had a lot of problems with it and switched to a type 4 driver. We use the inet driver, but there are many out there: jturbo, weblogic,

Re: MS SQL Server JDBC Driver

2000-02-05 Thread KBMail Servlet Support
lf Of Bill White Sent: Sunday, February 06, 2000 10:39 AM To: [EMAIL PROTECTED] Subject: Re: MS SQL Server JDBC Driver Have you checked out http://java.sun.com/products/jdbc/drivers.html Most of these vendors don't give them away for free unfortunately. I use SQL Server 7 and I've found the