![]() |
VOOZH | about |
The CData JDBC Driver for SAP HANA enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with SAP HANA as sources and destinations. In this article, you will use the JDBC Driver for SAP HANA to set up a simple transfer into a flat file. The CData JDBC Driver for SAP HANA enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with SAP HANA as sources and destinations. In this article, you will use the JDBC Driver for SAP HANA to set up a simple transfer into a flat file.
Set the Server, Database and Port properties to specify the address of your SAP Hana database to interact with. Set the User and the Password properties to authenticate to the server.
For assistance in constructing the JDBC URL, use the connection string designer built into the SAP HANA JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.saphana.jar
Fill in the connection properties and copy the connection string to the clipboard.
👁 Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)A typical JDBC URL is below:
jdbc:saphana:User=system;Password=mypassword;Server=localhost;Database=systemdb;
SELECT Name, OwnerId FROM Buckets WHERE Name = 'TestBucket'
Download a free trial of the SAP HANA Driver to get started:
Download NowLearn more:
👁 SAP HANA IconRapidly create and deploy powerful Java applications that integrate with SAP HANA databases.