cancel
Showing results for 
Search instead for 
Did you mean: 

HANA and Java

Former Member
0 Kudos

Hello,

I am looking for documentation/best practices regarding the programmatic retrieval of data from HANA. I am attempting to create a Java front end application with a HANA back end.

Please let me know if there is any information available in this area.

Thanks in advance,

Rafal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rafal,

You could technically use the jdbc driver within the HANA client to do this. There a are couple threads that have already discussed this topic. If you haven't seen them already:

http://scn.sap.com/docs/DOC-27057 (read the comment section as well)

http://scn.sap.com/thread/3191803

Found this in the official SAP HANA development guide - section 3.5 - using jdbc drivers -http://help.sap.com/hana/hana_dev_en.pdf

Also - http://help.sap.com/hana/hana_dev_sqlscript_en.pdf for calling SQL script from Java

Thanks,

Anooj