Hi,
A solution is to use the Bea JDBC driver (4 type driver) :
http://www.bea.com/products/weblogic/drivers_platforms.html
or
http://www.bea.com/products/

Regards,
Ionel CONDOR.



Oscar Silván wrote:

> How can I access SQL Server database under Win NT without ussing the
> JDBC-ODBC driver.  That is, I want to use a JDBC SQL Server driver to access
> the database directly, not ussing ODBC.
>
> the code I use is:
>
>       Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
>       connSQLS=DriverManager.getConnection("jdbc:odbc:globaliza","glo","");
>
> Thank you...
>
> Oscar Silván Oró
> Globaliza Network, S.A.
> Telf.: 91 351 39 69
> Fax: 91 351 37 13
> E-mail: [EMAIL PROTECTED]
> Web: http://www.globaliza.com
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to