Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Problem Accessing HSQLDB Inmemory Tables

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.





 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic