Re: HSQLDB Sqltool with JTrac

[email protected] Wed, 02 Dec 2020 13:01:58 -0600
Newsgroups gmane.comp.java.hsqldb.user
Message-ID <[email protected]>
Hello,

Hello,

If you have access to the database file, which appears you do
by the database url given, and DatabaseManagerSwing connects
then Ajqvue will connect to the database.

If you download my application Ajqvue it comes with a sample HSQL
file database to test connecting to a FILE:DATABASE. You must
have that file on the local machine. Copy the database file from
the JTrac server to your local machine if need be.

Ajqvue HSQL Test Database - At login window:

Sites | local_hsqldb | file:test/hsql_db/sampledata

http://ajqvue.com/download.html

http://ajqvue.com/docs/Manual/Ajqvue_Manual.html
(See Table 2 for Login Parameters)

The Aqvue Query Frame was redesigned based on the DatabaseManager
Swing tool. I found it to be such a nice implementation for a
query tool that I incorporated most of its base design into Ajqvue.


danap