cancel
Showing results for 
Search instead for 
Did you mean: 

Connect to SAP HANA database with jdbc on cloud

Former Member
0 Kudos

Hi,

I have executed the program persistence-with-jdbc , with a different table name called "userregistration" , but i couldn't find the table in my schema that i have created . How can i see that table in database schema and i also want to retrieve the records from the SAP HANA DB that is there in the public cloud and how to do it???

Thanks,

Anurag

Accepted Solutions (0)

Answers (1)

Answers (1)

Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You should use JPA and use the defaul binding, like explained on this documentation.

Or you can keep the jdbc explained on this documentation as well.

Regards,
Ivan