Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建并部署了一个 javadb 驱动的可移植 Swing 应用程序。如果 javadb 数据库文件夹不存在,应用程序会按预期创建它。
现在可能到了我需要像使用 Mysql 查询浏览器或其他东西一样浏览嵌入式数据库文件夹的时候了。我该怎么做呢?
只要您的应用程序没有运行,任何 JDBC 基本查询工具都应该能够连接到数据库。
Derby wiki 中提供了工具列表:
http://wiki.apache.org/db-derby/UsesOfDerby#GUI_Tools