How to connect to HANA DB with JDBC

1
Hi,evryone I am thinking of deploying an application created with Mendix to SAP Cloud Platform. Is there any way to connect to on-premises HANA DB via JDBC connection? I am thinking about how to connect to JDBC within Java Action, but I would like to know if there is any other.
asked
1 answers
1

Hi Takonobu,

Mendix has published a Database Connector module, which actually includes the Java Action you are looking for. So you don't have to develop (and maintain) this one yourself! Just download this module and put the JDBC-driver you need (.jar-file) in the userlib folder of your project.

See documentation here: https://docs.mendix.com/appstore/connectors/database-connector

Download module from the app store here: https://appstore.home.mendix.com/link/app/2888/

Regards, Johan

answered