This is surprisingly easy:
1) enable SQLServer authentication (Windows authentication only will not work)
2) download official Microsoft JDBC driver and transfer it to VMS
3) make sure TCP port 1433 is open in various firewalls
And voila - access from Java, Groovy, Kotlin, Scala and more
exotic JVM languages.
On 8/26/24 7:44 PM, Arne Vajhøj wrote:
This is surprisingly easy:
No surprise. It was easy with jTDS 15-20 years ago, but I think that
driver is deprecated now.
1) enable SQLServer authentication (Windows authentication only will
not work)
It might be possible using pure-Java Kerberos, but getting that working sounds like work:
https://learn.microsoft.com/en-us/sql/connect/jdbc/using-kerberos- integrated-authentication-to-connect-to-sql-server?view=sql-server-ver16
On 8/26/2024 9:17 PM, Craig A. Berry wrote:
On 8/26/24 7:44 PM, Arne Vajhøj wrote:
This is surprisingly easy:
No surprise. It was easy with jTDS 15-20 years ago, but I think that
driver is deprecated now.
Looks like last release is from 2013.
But it may still work fine. TDS is a very old protocol.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 437 |
Nodes: | 16 (2 / 14) |
Uptime: | 194:00:28 |
Calls: | 9,135 |
Calls today: | 2 |
Files: | 13,432 |
Messages: | 6,035,425 |