0

I wonder if it's possible to start the DbVisualizer GUI and open a db connection per command? Anyone knows if this is possible?

MKorsch
  • 3,822
  • 3
  • 16
  • 21

1 Answers1

1

Yes, it is. Please see

http://confluence.dbvis.com/display/UG95/GUI+Command+Line+Arguments

Best Regards, Hans (DbVis team)

Hans
  • 59
  • 2
  • Thanks for pointing me to the docs. Do I understand it correctly that specifiying a jdbc connection URL is not possible? I need to be independent from formerly created connections. – MKorsch Jun 20 '17 at 13:11
  • Yes, the connection must be set up using the GUI before you can use it with then command line. I will open a ticket for looking into if we can support just a URL for the simple cases where there isn't a lot of other setup required. – Hans Jun 20 '17 at 17:30
  • MKorsch: we've just released a beta of the upcoming 10.0 version. Among other news it supports running the command-line interface without first needing to define the database in the DbVisualizer tool. More info and download at http://www.dbvis.com/download/beta/ – roger Jul 06 '17 at 12:36