Skip to Content.
Sympa Menu

freetds - RE: Clueless for implementing MSSQL7- JDBC driver

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Greg Chakmakian" <gregchak AT mac.com>
  • To: "'TDS Development Group'" <freetds AT franklin.oit.unc.edu>
  • Subject: RE: Clueless for implementing MSSQL7- JDBC driver
  • Date: Thu, 23 Aug 2001 08:48:05 -0400


I used the fretds_jdbc.snapshot.jar file as my driver for my
environment. I am running win2k connecting to MS SQL 2000 and 7 and it
works fine. My web server is IIS5 and Tomcat as my JSP engine. All I
had to do was put the jar file in my tomcat/lib directory. I use the
following code in my data access bean:
// ###### FREETDS JDBC DRIVER FOR MS SQL ###### \\
String url ="jdbc:freetds:sqlserver://10.0.2.20/master";
String login = "sa";
String password = "sapassword";
Class.forName("com.internetcds.jdbc.tds.Driver" );
con =DriverManager.getConnection( url, login, password );


Hope this helps.

-greg


-----Original Message-----
From: bounce-freetds-134833 AT franklin.oit.unc.edu
[mailto:bounce-freetds-134833 AT franklin.oit.unc.edu] On Behalf Of sales
Sent: Thursday, August 23, 2001 5:44 AM
To: TDS Development Group
Subject: [freetds] Clueless for implementing MSSQL7- JDBC driver

Dear Friends,
I downloaded the freetds 0.51 as well as JDBC 2.0 drivers but i am
clueless of implementing them with my MSSQL7.0 server.

There is no documentation available on the site for installation with
MSSQL and to work with TOMCAT on our Win2000 server.

Please tell me how to go about solving the problem.

Thanking you in anticipation

dharmanath

---
You are currently subscribed to freetds as: [gregchak AT mac.com]
To unsubscribe, forward this message to
$subst('Email.Unsub')





Archive powered by MHonArc 2.6.24.

Top of Page