Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2025.3

...

Scroll Table Layout
widths30%,70%

Download

mssql-jdbc jar file: https://docs.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server

   Alternative: https://repo1.maven.org/maven2/com/microsoft/sqlserver/mssql-jdbc/

Dependencies (~60 jars): https://github.com/microsoft/mssql-jdbc/wiki/Downloading-Driver-Dependencies

   Alternative: https://github.com/microsoft/mssql-jdbc/wiki/Building-a-Driver-JAR-with-Dependencies

Driver classcom.microsoft.sqlserver.jdbc.SQLServerDriver
JDBC URL

jdbc:sqlserver://<host>:<port>;DatabaseName=<databaseName>

Older drivers may have different settings.

...