Timo B. Kranz
Timo B. Kranz
Hi, I managed to start it up in windows XP. But strangely it doesn't save all properties when I exited.
Hello, derby uses semicolons in the JDBC URL. This confuses henplus and it truncates the URL. escaping via \; does not work, either. EX: jdbc:derby://localhost:1527/foo;var=val;var2=val2
First thanks for henplus - it's very nice tool. However it doesn't complete table names when I use schema prefix e.g.: select \* from myschema.t It doesn't trace current schema...
when loading an sql script via the 'load' command, there seems to be no mechanism to cancel/interrupt the load process except hitting control-c to kill henplus. This would be nice,...
If there is an @-character in connect-strings, no completion takes place after it. Seems, that the '@' is some sort of break character.
It would be of great help if there was a -silent or -s option on the comand line like in SQLPlus that would remove all the gratuitous output like the...