Accessing the Connect Service Using a JDBC Driver
Installing a Connect JDBC driver allows you to connect a Java application to the Connect Service. This driver allows you to use the JDBC API to communicate with the SuiteAnalytics Connect service. The benefits of this driver type are:
-
Provides Java platform independence.
-
Offers a direct connection from the client application to the Connect Service.
The following table lists the tasks you must complete to set up your environment, download, and install the JDBC driver.
Task |
Description |
---|---|
Verify the installation prerequisites. |
For more information, see Installation Prerequisites. |
Download and install the driver. |
For more information, see the following topics: |
Register the JDBC driver in your environment by adding the JAR file location to your class path. |
For more information, see Configuring the JDBC Driver. |
Optionally, you can enable authentication with server certificates for the Connect for JDBC driver. |
For more information, see Authentication Using Server Certificates for JDBC. |