On Tue, Feb 16, 2010 at 10:43 AM, <[email protected]> wrote: > I just now need to know how I access the embedded apache derby database > using the apache derby ij tool - > http://db.apache.org/derby/docs/10.2/tools/tools-single.html. > > Does anyone have any details on how to do this?
A GUI tools is much more easier to work with database: http://squirrel-sql.sourceforge.net/ First you need add derby driver to the squirrel-sql. Then create a jdbc connections like (may adjust to your repository configuration): jdbc:derby:/PATH_TO_YOUR_REPO_ROOT/workspaces/YOUR_WORKSPACE_NAME/db Good luck! -Guo
