Show TOC

Troubleshooting for the SAP MaxDB JDBC Driver and Java ClassesLocate this document in the navigation structure

Procedure

  • Displaying the Version of the SAP MaxDB JDBC Driver
    1. Go to the directory where the JDBC driver has been installed.

    2. On the command line, enter the following command:

      java -jar sapdbc.jar -V package com.sap.dbtech.jdbc

      package com.sap.dbtech.jdbc, MaxDB JDBC Driver, SAP AG, 7.6.06 Build 005-000-008 -935 (Make-Version: 7.8.01 Build 001-103-208-806)

      The make version is the version of the SAP MaxDB installer that installed the JDBC driver.

  • Displaying All Command Line Options
    1. Go to the directory where the JDBC driver has been installed.

    2. On the command line, enter the following command:

      java -jar sapdbc.jar --help

  • Using the JDBC Trace

    More information: JDBC Trace