
- #MICROSOFT JDBC DRIVER 6.2 FOR SQL SERVER UPDATE#
- #MICROSOFT JDBC DRIVER 6.2 FOR SQL SERVER DRIVER#
- #MICROSOFT JDBC DRIVER 6.2 FOR SQL SERVER ARCHIVE#
- #MICROSOFT JDBC DRIVER 6.2 FOR SQL SERVER CODE#
#MICROSOFT JDBC DRIVER 6.2 FOR SQL SERVER UPDATE#
In most cases, you can make the update automatically by running the JIRA configuration tool.
#MICROSOFT JDBC DRIVER 6.2 FOR SQL SERVER DRIVER#
With JIRA 7.5, we've shipped a new Microsoft JDBC Driver 6.2.1 for SQL Server, which requires an update to the driver's URL in the dbconfig.xml file. User sys with the password exasol is logged-in and the schema sys is opened.
#MICROSOFT JDBC DRIVER 6.2 FOR SQL SERVER CODE#
The above code sample builds a JDBC connection to Exasol, that runs on servers 192.168.6.11 up to 192.168.6.14 on port 8563. The values of properties within the URL can only consist of alphanumeric characters. These properties correspond with the supported Driver Properties and are described in the following section. An optional list of properties separated by a " " follows the port, the values of which should be set when logging-in. The two slashes (" /") indicate that a filename is specified. Instead of a list you can also specify a file that contains a list (for example, //c:\mycluster.txt). You can also specify an IP range with a comma-separated list. If the connection fails, the driver will continue to try all other possible addresses.

When opening a connection, the driver will randomly choose an address from the specified address range. You can also have a hostname mapped to multiple IP addresses. This prefix is necessary for the driver manager.ĭefines the servers and the port of the Exasol cluster (for example, 192.168.6.11.14:8563). The following table explains the elements of the URL structure. The JDBC Driver uses the following URL structure for Exasol: jdbc:exa:/. Add the following repository and dependency to the build configuration of your project (for example, pom.xml for Maven) The JDBC driver is also available in the Exasol Maven repository ( ). The main class of the driver is Integrating JDBC Driver using Maven
#MICROSOFT JDBC DRIVER 6.2 FOR SQL SERVER ARCHIVE#
Depending on the application this archive must be added to the search path for the Java classes ( CLASSPATH).Īll classes of the JDBC driver belong to the Java package. jar archive in the installation directory.

The JDBC driver requires a Java runtime environment.

This section describes the JDBC driver provided by Exasol to connect third party applications to Exasol.
