cancel
Showing results for 
Search instead for 
Did you mean: 

Access MaxDB via JCDB

Former Member
0 Kudos

Hello,

I am trying to access a MaxDB via JDBC. I use a com.sap.dbtech.jdbc.DriverSapDB as driver class, as it is recommended on this website: http://www.sapdb.org/sap_db_jdbc.htm

It says on the website, that the URL has to be formed as follows:

jdbc:sapdb://<host>/<database_name>

I know the host of the database, but unfortunately I don't its "database_name". Does anyone know, how I can find out what it is? The table is in a database, which is located in an SAP-system. Also, this system is accessible is via multiple "clients" (german: "Mandanten"), I need to open a connection with Client 005. Does anyone perhaps where and how to include this client number in the URL? I tried something like this:

private final static String DB_URL = "jdbc:sapdb://uxdbqv6.wdf.sap.corp/QV6:7210?sap-client=005";

This didn't work unfortunately... Any suggestion? I am thankful for any hint!!!! 🙂

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Apparently the client doesn't have to be included. so, the only problem left is the question what the "database_name" is...