Show TOC

sdb.sql ModuleLocate this document in the navigation structure

Use

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

Note

To access an SAP MaxDB database as per the Python Database API Specification v2.0, use the sdb.dbapi module.

Prerequisites

You have installed the Python modules.

More information: Installing the Python Modules

More Information

For information about the SAP MaxDB SQL syntax, see the SQL Reference Manual.