Hi All,
Using Hibernate I am Creating tables in HSQLDB and inserting records to the tables.
Using DatabaseManagerSwing I tried to see the table data but I can't find tables itself.
My hibernate_hsqldb.cfg.xml file configuration
In HSQL Database Manager Tool I am giving Following Information
Problem: When Login with above credentials I can't able to see any tables.
But Using Hibernate I can Insert data to tables, one more thing using Hibernate I am not able to
retrieve table data. Query size is coming zero.
If we configure with this URL
jdbc:hsqldb:mem://localhost/
Where the tables will be created and how I access them.