0 Replies Latest reply on Oct 18, 2004 10:30 AM by thoste

    How to display INSERTed data from Hypersonic data ?

    thoste

      I inserted from a jsp page successful a couple of sample test records into the built-in database Hypersonic (which I created previously by a CREATE TABLE statement from java).

      I can retrieve these data records successfully by a SELECT FROM WHERE statement.

      However I did not found a way to display them through an external
      database tool like Toad, DBVisualizer, squirrel

      I entered the following URL which gave me some JMS-Tables
      like eg. JMS_ROLES but not my previously created own table

      jdbc:hsqldb:hsql://localhost:1701

      How can I access my own, new tables from outside a java/jsp source?

      Thomas