on 2016 Sep 07 8:17 AM
Hello All,
I have deployed the Samples Project - Persistence with JDBC and am running this locally on a Java WebServer on my Eclipse.
The scenario works like a charm. But - what I fail to understand is,
I am sorry if this sounds like a very basic question but have not been able to get around this as I need to debug my application and when doing so I am trying to figure out where the DB and the tables locally are? Any pointers?
Regards,
Bhavesh
Request clarification before answering.
Hi Bhavesh,
the DB in this case is a in-memory Derby in your Java runtime.
Regards
Xu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no tutorial for Derby from our side, if the user can already have a real cloud DB at https://account.hanatrial.ondemand.com
But if you really want to know, you may modify the sample code (where you look up for data source) a bit to get the connection properties. Once you have these info, you can also use a SQL client of your choice.
User | Count |
---|---|
61 | |
8 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.