
sdb.dbapi is a Python module for SAP MaxDB databases. You can use this module to execute SQL statements in Python scripts.
To use SAP MaxDB-specific functions in Python scripts, use the sdb.sql module.
You have installed the Python modules.
More information: Installing the Python Modules
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.org