<http://www.freetds.org> has a free, open source JDBC driver for
SQLServer 6.5 and 7. I havent used it for a while, but the last time a
few things were unsupported, like getting the value of OUT parameters
from stored procedures, but for most applications it was fine.

Damian

Mirko Froehlich wrote:
>
> Unfortunately, there does not seem to be a free native JDBC driver for MS
> SQL Server. In case you are considering buying a good driver: We just
> started using the "Sprinta" JDBC driver from i-net Software
> (www.inetsoftware.de) for SQL Server, and it is working great. Their support
> seems to be good, too.
>
> -Mirko Froehlich
>
> > -----Original Message-----
> > From: A mailing list about Java Server Pages specification and reference
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Phillip Fei
> > Sent: Tuesday, January 11, 2000 7:37 AM
> > To: [EMAIL PROTECTED]
> > Subject: Where to find MSSQL7 JDBC driver
> >
> >
> > In my JSP page I call a Bean which talks to
> > MSSQL7 database. I do not want to use
> > JDBC-ODBC bridge driver, where can I find a true
> > JDBC driver for it?
> >
> > Also for SQL server 7, what class name should I use in
> > Class.forName("???")
> >
> > and what to supply for url:
> > Connection con = Drivermanager.getConnection(url, "sa", "")
> >
> > Thanks.
> > ______________________________________________________
> > Get Your Private, Free Email at http://www.hotmail.com
> >
> > ==================================================================
> > =========
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > FAQs on JSP can be found at:
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to