Function documentationsdb.dbapi Module Locate this document in the navigation structure

 

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

Note Note

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

End of the note.

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.org