Show TOC

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

 

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

Note Note

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

End of the note.

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.