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.