I'm doing a copy/paste of the connection string from the code (where it
works) to the Netbeans "Drivers: Connect With" properties window. So I
doubt that's the problem. I was able to use the "Databases: New
Connection" and supply all the values and that seems to be the trick for me.
dga
On
I think their example is bad.
Here http://hsqldb.org/doc/2.0/guide/running-chapt.html they mention
.getConnection("jdbc:hsqldb:file:testdb", "SA", ""); but if I use in
CoolBeans jdbc:hsqldb:file:testdb it fails because it actually tries
to create the file at /testdb ie. in a place where normal use
I can use the HSQL Driver from Java Code and I can use connections in
the IDE made with previous releases of Netbeans but I cannot create a
new connection. Even using an existing connection and changing the file
location, both the Test Connection and the Next Button produce a
red-letter messag