Freetds with MSSQL

Curt Hagenlocher curt at hagenlocher.org
Mon Nov 19 09:38:36 EST 2001


"Chirayu Vaidya" <chirayuvaidya at yahoo.com> writes:

> I get a java.lang.ClassNotFoundException: 
> com.internetcds.jdbc.tds.Driver
> when i try to use freetds in my site.

The only possibility is that the freetds_jdbc.jar file is not
in the classpath.  Because you are running inside a servlet
container, you will have to modify the container's classpath;
it's almost certainly not using the system classpath.

Under Tomcat 4.0, it's sufficient to put the jar file into
the "lib" subdirectory; then, restart the server.

--
Curt Hagenlocher
curt at hagenlocher.org



More information about the FreeTDS mailing list