Show TOC

sdb.dbapi ModuleLocate this document in the navigation structure

Use

sdb.dbapi is a Python module for SAP MaxDB databases. You can use this module to execute SQL statements in Python scripts.

Note

To use SAP MaxDB-specific functions in Python scripts, use the sdb.sql module.

Prerequisites

You have installed the Python modules.

More information: Installing the Python Modules

Features

sdb.dbapi implements the Python Database API Specification v2.0. This section describes only its differences to the Python Database API Specification v2.0. For more information, see http://www.python.orgInformation published on non-SAP site