Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Robert Richardson   on Aug 29 In Java Category.

  
Question Answered By: Omar Walker   on Aug 29

When you run  HSQL in standalone mode its JDBC driver supports only single threaded mode. In case of your problem I guess that you have and application server pooling connections or it’s a AWT/Swing application which runs a separate thread for each of its visual component ‘events. Try to run HSQL in server mode if you need a real database. I hope it helps.

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on HSQL in java Or get search suggestion and latest updates.


Tagged: