Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Chisisi Massri   on Oct 20 In Java Category.

  
Question Answered By: Edward Jones   on Oct 20

connecting to ms-sql server  doesn't require one to
include any jar  file.
in class.forname parameter you specify the
jdbc.odbc.JdbcOdbcDriver which is specified in
java.sql.*;
and u have to configure your dsn there

as it connects to odbc layer first so no need of
changing any codes.

Share: 

 

This Question has 9 more answer(s). View Complete Question Thread

 


Tagged: