Show TOC

PythonLocate this document in the navigation structure

Use

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

Table 1: 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