Re: HSQLDB Sqltool with JTrac
[email protected] Thu, 03 Dec 2020 11:31:18 -0600
| Newsgroups | gmane.comp.java.hsqldb.user |
|---|---|
| Message-ID | <[email protected]> |
> 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. . . . > danap. Ajqvue connection successful Well, the SAMPLE example finally worked. The big problem with THAT was that I was trying to use the jtrac admin user. When I let the default "sa" stay with a blank password, I finally got here. Slight progress.... Thanks. Marti --------------------- Repy: Marti, Nice to know. You do not need to know any DB SQL to use Ajqvue. The interface was made initially for common users to access a inventory management database. I use it practically everyday for a expense tracker db. If you need access to all tables in the hsqldb, edit the ~/.ajqvue/ajqvue.conf file, filter = off danap.