I tried both jdts 1.2.2 and 1.2.5 (in DBVisualizer or IReport 4.5)to connect to a SQL Server 6.0.
the URL is
jdbc:jtds:sqlserver://localhost/mydbname;instance=;TDS=4.2
But both version (1.2.2 and 1.2.5) give me error.
Please use TDS protocol version 7.0 or higher
If I change the URL to
jdbc:jtds:sqlserver://localhost/mydbname;
It gives me this error.
Stream 0 attempting to read when no request has been sent
I actually just want to extract the data from SQL Server 6.0 into Excel format.
Could you anyone advise what I can do?
Thanks in advance.