You can use the SAP MaxDB Python modules to access SAP MaxDB databases from Python scripts.
Name |
Programming Interface |
Use |
---|---|---|
SQL |
Executing SQL statements (implements the Python Database API Specification v2.0) |
|
SQL |
Executing SQL statements (SAP MaxDB-specific) |
|
Database Manager |
Managing databases (executing DBM commands) |
|
Loader |
Importing and exporting data (executing Loader commands and SQL statements) |
The SAP MaxDB Python modules can be used on all operating systems supported by the database system. They are part of the SAP MaxDB software.
For Unicode-compatible databases only: In SQL statements, you can only use Unicode values in input and output parameters.