HSQL Database Manager Password

Talk about anything at all....
Post Reply
Mickey12
Posts: 75
Joined: Thu Apr 16, 2020 3:07 pm

HSQL Database Manager Password

Post by Mickey12 »

Hi
I am trying to connect to my dbase with HSQL Database Manager.
HSQL Database Manager requires a password in the connect box.
Is this a password for HSQL itself or a password for my dbase?
So my question is how/where do I set the required password that HSQL Database Manager is needing?

Thanks
Last edited by MrProgrammer on Wed Jun 24, 2020 3:55 pm, edited 1 time in total.
Reason: Moved from Beginners forum to General Discussion
Open Office 4.1.7 on Windows 10
User avatar
Villeroy
Volunteer
Posts: 31365
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: HSQL Database Manager Password

Post by Villeroy »

I don't know HSQL database manager. I'm fairly sure that it requires a HSQLDB that is not embedded in a Base container.
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
User avatar
robleyd
Moderator
Posts: 5522
Joined: Mon Aug 19, 2013 3:47 am
Location: Murbko, Australia

Re: HSQL Database Manager Password

Post by robleyd »

You haven't mentioned what back end database you are using; at a guess it would be the user/password combination required by the database access privileges which you presumably set up?
Slackware 15 (current) 64 bit
Apache OpenOffice 4.1.16
LibreOffice 26.2.5.2; SlackBuild for 26.2.5 by Eric Hameleers
-----------
I hate this damn computer, I wish that I could sell it.
It won't do what I want it to, Only what I tell it.
Mickey12
Posts: 75
Joined: Thu Apr 16, 2020 3:07 pm

Re: HSQL Database Manager Password

Post by Mickey12 »

Perhaps this might help.
I have not set any passwords.
Attachments
Capture.JPG
Open Office 4.1.7 on Windows 10
User avatar
Villeroy
Volunteer
Posts: 31365
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: HSQL Database Manager Password

Post by Villeroy »

If this happens to be the database we discussed in April and you are talking about the manager which is shipped with HSQL2, then this might be the wrong forum. Like with any other SQL database, you can set up users and groups of users with access priviledges and passwords. The "master user" SA (system admin) has no password after you converted the database from embedded HSQL because embedded HSQL is just a single-user desktop database in a single file. It should be possible to connect the manager without providing a password for user SA.
The user HSQL guide includes a document accesscontrol-chapt.html
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Mickey12
Posts: 75
Joined: Thu Apr 16, 2020 3:07 pm

Re: HSQL Database Manager Password

Post by Mickey12 »

Hi Yes it is the database we discussed in April.
I get to here and not sure where to next.
Attachments
Capture.JPG
Open Office 4.1.7 on Windows 10
User avatar
Villeroy
Volunteer
Posts: 31365
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: HSQL Database Manager Password

Post by Villeroy »

Mickey12 wrote:Hi Yes it is the database we discussed in April.
I get to here and not sure where to next.
to do what?

Just click in the Command menu, say "SELECT" you get a skeleton of a SELECT statement and some help text below. It is just another console interface similar to Tools>SQL... in the Base window. This one is somewhat better but does not offer syntax highlighting (as far as I can see).
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Mickey12
Posts: 75
Joined: Thu Apr 16, 2020 3:07 pm

Re: HSQL Database Manager Password

Post by Mickey12 »

Thanks. No idea what to enter there. Sorry
Attachments
Capture.JPG
Open Office 4.1.7 on Windows 10
User avatar
robleyd
Moderator
Posts: 5522
Joined: Mon Aug 19, 2013 3:47 am
Location: Murbko, Australia

Re: HSQL Database Manager Password

Post by robleyd »

Time to learn about SQL as implemented by HSQL - try the HSQL documentation.

This is well outside the scope of OpenOffice.
Slackware 15 (current) 64 bit
Apache OpenOffice 4.1.16
LibreOffice 26.2.5.2; SlackBuild for 26.2.5 by Eric Hameleers
-----------
I hate this damn computer, I wish that I could sell it.
It won't do what I want it to, Only what I tell it.
Post Reply