cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Programming language used for SAP HANA database

former_member334499
Participant
0 Likes
3,339

Sir,

In which programming language is SAP HANA database is developed ?

Is it

C++

C

Python

Accepted Solutions (0)

Answers (1)

Answers (1)

Vitaliy-R
Developer Advocate
Developer Advocate

The core of the database is coded in C++

Then there are some administration and support utilities written in Python.

former_member334499
Participant
0 Likes

Thanks alot Witalij for reply

But i happened to see this

SAP HANA - SAP HANA product is written in C++ and JAVA in some literature/ forums.

Vitaliy-R
Developer Advocate
Developer Advocate
0 Likes

mandan.mandan , there is SAP HANA database software, and then there are SAP HANA tools around it (like IDE or SAP HANA clients/drivers).

SAP HANA database software is C++. SAP HANA Studio used to be an IDE based on Eclipse, which in turn is programmed in Java afaik. There is obviously SAP HANA JDBC driver written in Java. But I am not aware of any other HANA components writen in Java.