How To access MS SQL Server 2000 in Linux

I have a MS SQL Server 2000 on Windows2000,For some speical reasons,I need to write a JAVAProgram running on Linux which can access datasin MS SQL Server....How do I code?
[206 byte] By [soga_csie] at [2007-9-26 1:39:53]
# 1

You should be able to it, but I think you'll need to use a third party JDBC driver.

I've used a driver from http://www.jturbo.com and another from http://www.inetsoftware.de/ , and if my memory is correct both worked quite well. You can search for other 3rd party drivers here: http://industry.java.sun.com/products/jdbc/drivers

Good luck.

mbarsic at 2007-6-29 2:29:37 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
Is any example code for using those driver to accessDatabase? Cos I am not understand the documents very much.
soga_csie at 2007-6-29 2:29:37 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...