2 Replies Latest reply on Aug 16, 2006 12:52 PM by mosabua

    Connect to hsqldb

      Hi!

      I would like to connect to the hsqldb when using the examples from Seam with the default hsqldb configuration. For some reason I can not see any tables even though the schema export worked and the data is there (e.g. the hotels in the booking app). What are the proper connection parameters?

      I cant see any tables with jdbc:hsqldb:. nor with jdbc:hsqldb:file:C:/javatools/jboss-4.0.4.GA/server/default/data/hypersonic although the connection works from squirrel sql client.

      Do I have to run hsqldb in server mode to be able to connect from outside the app server?

      manfred

      PS: this might be good to have in the docs as well..