I try to connect from Domino 6.5x to MS SQL-Server 2005 by JavaScript.I added the sqljdbc.jar (V 1.0, 1.1, 1.2) provided by MS to my project, but none af them worked because they are made for Java 1.4 and above.
Older MS SQL libs don’T work with SQL 2005.
Any solution for that ?
Currently I try to use jtds instead of the MS-stuff