从外部浏览嵌入式 JavaDB 部署
我创建并部署了一个由 javadb 支持的便携式 swing 应用程序。 如果 javadb 数据库文件夹不存在,应用程序将按预期创建该文件夹。
现在,我可能需要像使用 Mysql 查询浏览器或其他东西一样浏览嵌入式数据库文件夹。我该怎么做?
I created and deployed a javadb-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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只要您的应用程序未运行,任何 JDBC 基本查询工具都应该能够连接到数据库。
Derby wiki 中提供了工具列表:
http://wiki.apache.org/ db-derby/UsesOfDerby#GUI_Tools
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