This content has been marked as final.
Show 4 replies
-
1. Re: Hypersonic database manager?
wdfink Jun 16, 2013 3:12 PM (in response to dougtoppin)The Hypersonic DB is still available as default DS it AS7.
The JMX console is replaced by the CLI management interface.
You can read about in the documentation.
-
2. Re: Hypersonic database manager?
dougtoppin Jun 16, 2013 4:27 PM (in response to wdfink)I should have been a little more specific in my question. I am familiar with the cli but I don't believe that there is a way to show the tables/columns or any schema definition type information via the cli is there? From an old posting regarding the Hypersonic database manager it looked like it was possible to view that sort of information. The reason that I'm interested is that I'm using it with a simple tutorial application and I wanted to be able to see what it looked like.
-
3. Re: Hypersonic database manager?
wdfink Jun 17, 2013 2:03 AM (in response to dougtoppin)You can use the h2-console shown in the JDF quickstarts
-
4. Re: Hypersonic database manager?
dougtoppin Jun 17, 2013 9:28 AM (in response to wdfink)tks, was exactly what I was looking for.