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
HSQL Database Manager Password
HSQL Database Manager Password
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
Reason: Moved from Beginners forum to General Discussion
Open Office 4.1.7 on Windows 10
Re: HSQL Database Manager Password
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
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Re: HSQL Database Manager Password
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.
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.
Re: HSQL Database Manager Password
Perhaps this might help.
I have not set any passwords.
I have not set any passwords.
Open Office 4.1.7 on Windows 10
Re: HSQL Database Manager Password
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
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
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Re: HSQL Database Manager Password
Hi Yes it is the database we discussed in April.
I get to here and not sure where to next.
I get to here and not sure where to next.
Open Office 4.1.7 on Windows 10
Re: HSQL Database Manager Password
to do what?Mickey12 wrote:Hi Yes it is the database we discussed in April.
I get to here and not sure where to next.
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
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Re: HSQL Database Manager Password
Thanks. No idea what to enter there. Sorry
Open Office 4.1.7 on Windows 10
Re: HSQL Database Manager Password
Time to learn about SQL as implemented by HSQL - try the HSQL documentation.
This is well outside the scope of OpenOffice.
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.
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.