Clueless for implementing MSSQL7- JDBC driver
Greg Chakmakian
gregchak at mac.com
Thu Aug 23 08:48:05 EDT 2001
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')
More information about the FreeTDS
mailing list