开发者

Externally browsing an Embedded JavaDB deployment

开发者 https://www.devze.com 2023-03-04 19:26 出处:网络
I created and deployed a jav开发者_如何学编程adb-powered portable swing application. The app creates the javadb database folder as expected if it doesn\'t exist.

I created and deployed a jav开发者_如何学编程adb-powered portable swing application. The app creates the javadb database folder as expected if it doesn't exist.

Now the time may come when I would need to browse that embedded database folder like I would using Mysql Query Browser or something. How do I do this?


Any JDBC base query tool should be able to connect to the database as long as your application is not running.

A list of tools is available in the Derby wiki:

http://wiki.apache.org/db-derby/UsesOfDerby#GUI_Tools

0

精彩评论

暂无评论...
验证码 换一张
取 消