JDBC Driver for SAP Business Warehouse

Build 26.0.9655

Data Model

SAP Business Warehouse is an OLAP database that exposes data as cubes, which you query with multidimensional expressions (MDX). The driver models these cubes in relational views that you can query with SQL-92 or MDX.

Accessing Cubes as Views

SAP Business Warehouse is fundamentally different from a relational database. As a result, the driver does not support many SQL-92 features found in a driver for an RDBMS. To bypass any limitations with query translation, you can submit pass-through MDX queries from the driver.

See Retrieving SAP BW Data for query limitations and more information on querying SAP Business Warehouse.

Modeling Views Dynamically

You can query all of the cubes in your SAP Business Warehouse instance. When you connect, the driver retrieves the metadata from SAP Business Warehouse and displays the available dimensions and measures as columns for the views (cubes). The driver dynamically updates the schemas over subsequent connections.

Instead of retrieving metadata every connection, you can set CacheLocation.

Accessing Schema Information

Query the System Tables to access schema information and other driver metadata.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655