• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

using DBVisualizer with derby

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Roger,

I wonder if it's possible to use DBVisualizer to connect to Derby database.
I am trying to connect to derby embedded database used by maven reposiory- Artifactory (http://www.jfrog.org/)

- Nirav
 
DbVisualizer Support
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nirav,

Derby (also known as JavaDB) is supported in DbVisualizer. Read more about the database specific support here:

http://www.dbvis.com/products/dbvis/doc/main/doc/ug/databaseSpecific/derby.html

Unfortunately I don't have any experience with Artifactory.

I recommend you check with the JFrog people where to find the database file(s) and what JDBC URL to use while connecting in DbVisualizer (or any JDBC based interface).

Once you know the location of the database files (full path), then launch DbVisualizer and start the Tools->Connection Wizard to setup the connection. The Derby JDBC driver is bundled with DbVisualizer.

Regards

Roger
 
Remember to always leap before you look. But always take the time to smell the tiny ads:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic