cancel
Showing results for 
Search instead for 
Did you mean: 

Granny's Addressbook DBagnostic - JAVA

Former Member
0 Kudos

Hi,

Can anybody help me with this tutorial? ( https://github.com/SAP/cloud-enterprise-granny/blob/v1.x/doc/02.md )   I have deployed it to my HANA Trial and it is working, but I Can't find the data in the HANA Tables!! . I know it uses a DerbyDB just when runs locally in my PC, but I think it uses the SAP HANA DB as a Datasource when it runs in the platforms, but again I can not see the data on any HANA schema!

Any help to let me understand a little bit more will be appreciated!

Thanks!

Matias.

Accepted Solutions (1)

Accepted Solutions (1)

Vlado
Advisor
Advisor
0 Kudos

You can check the Data Source Bindings for your application to find out the schema it is bound to, then you can connect to your schema and explore its content.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Vladimir!

I didn't know that each app has is own schema id, it makes sense!

What do you suggest if I have to develop an enterpirse App using persistence, JPA Eclipselink or JDBC directly? I read that with JDBC you have full access to Prodceudures, HANA reserved SQL statements, etc.

In the other hand the simplicity of EclipseLink is great ...

Thanks!