I have created a batch file to connect to HSQL database, here when we entered the password to connect to database it appears as a clear text
we cannot specify a non-empty password as an argument. You will be prompted for a password as part of the login process.but it appears that while password is being entered, it appears as clear text and as typed! I want to mask this password, it should appear as ***.
My batch file:
java -jar sqltool.jar --inlineRc=url=jdbc:hsqldb:hsql://localhost:8888/XX,user=DDD