You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Edilmar L. Alves" <ed...@fes.br> on 2002/06/20 00:22:35 UTC

Re: tomcat & MS SQL server 2000

1) Get JDBC native driver from Microsoft
2) Install driver into OS (WinNT, Win2000, Linux, etc)
3) Put the 3 JAR files into tomcat/lib dir
4) Use something like this for database connect:
    
jdbc:microsoft:sqlserver://192.168.1.1:1433;DatabaseName=SAU;SelectMethod=cursor
    com.microsoft.jdbc.sqlserver.SQLServerDriver



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>