Follow the instructions from the following How to to complete your SAP HANA client installation.
Connect to SAP HANA, express edition using Python
Previous
Next
Connect to SAP HANA, express edition using Python
In this how-to, you will learn how to connect to SAP HANA, express edition using the Python PyDBAPI API
How-To Details
In many Python applications, you would need access to a database for storing, retrieving and manipulating data. The SAP HANA client includes a dedicated Python interface (PyDBAPI
).
In this how-to, you will learn how to connect to HANA Express Edition using the Python interface.
For more details about the Python driver SAP HANA, please refer to the online documentation.
Step 1: Install the SAP HANA client
Step 2: Install the Python driver
Step 3: Test your Connectivity
Connection String: The server host
Connection String: The port number
Updated 03/04/2018
Contributors Provide Feedback
Time to Complete
10 Min.
Intermediate
Prerequisites
- Python is installed and running properly on your system