How to use Oracle SQLdeveloper with HSQL / Hypersonic DB's JDBC driver -
I want to use Oracle's SQL developer to visualize my HSQLL tables. An instruction can be found about using it with MySQL ... and I know that Oracle points to a location where to download all the JDBC drivers.
This worked with MySQL, however, from HSQLDB with JAR file (here: HSQLD-1.8.0.10.jr) did not display a new tab (as is the case with MySQL).
Is there any way to "explain" SQLdeveloper who works with HQLDB and JDBC? FYI, I am also using squirrels, but it is not as easy to work in comparison to SQLdeveloper.
I was looking for the same thing, then found it:
< / P>
So basically Oracle does not support it, and you can not add a new tab with your own, even if you have JDBC driver
You can try other tools such as ExecuteQuery (executequery dot org)
Comments
Post a Comment