hi ray.. why don't u use sun.jdbc.odbc.JdbcOdbcDriver...it is the most common driver and is available with Java installation itself. It can be used to access any ODBC database..inc MS SQL Server 7.0 Regards, Ganp
David Freels
Ranch Hand
Joined: Feb 01, 2001
Posts: 102
posted
0
The jdbc-odbc bridge is good if your target platform is only windows. Also, an odbc driver and DSN must be present and setup on the target machine for this to work. David Sun Certified Programmer for the Java2 Platform
ray bond
Ranch Hand
Joined: Oct 11, 2000
Posts: 111
posted
0
thanks for your reply , I am now using "sun.jdbc....." drvier , and it is working fine.