Freetds in JAVA
My OS is Mandrake 8.0 ,
i download freetds-0.52.i386.rpm and using rpm -i install
this rpm to /usr/local/freetds , then i write this 2 line in
my java program
String JDriver="com.internetcds.jdbc.tds.Driver";
String connectionURL=
"jdbc:freetds:sqlserver://my server ip:1433/News
but it still show this error message
java.lang.ClassNotFoundException: com/internetcds/jdbc/tds/Driver
java.sql.SQLException: driver not found: jdbc:freetds:sqlserver://my server ip:
1433/News
Is any path i should setup or is that freetds package
isn't install well?
p.s: my server ip is my PC's IP....

