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

Reply via email to