Background documentationPython Locate this document in the navigation structure

 

With the SAP MaxDB Python modules, you can use Python scripts to access SAP MaxDB databases.

SAP MaxDB Python Modules

Name

Programming Interface

Use

sdb.dbapi Module

SQL

Executing SQL statements

(implements the Python Database API Specification v2.0)

sdb.sql Module

SQL

Executing SQL statements

(SAP MaxDB-specific)

More Information

Python Manual