Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-1359

Developers guide: example showing shut down of Derby system should not contain a database name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 10.0.2.0, 10.0.2.1, 10.1.1.0, 10.1.2.1, 10.1.3.1, 10.2.1.6
    • 10.1.3.1, 10.2.1.6
    • Documentation
    • None

    Description

      In the Developers Guide the chapter "Shutting Down the System" gives the following command to shut down the Derby system:

      DriverManager.getConnection("jdbc:derby:cs;shutdown=true");

      This command should not include the name of a database ("cs"). The correct command should be:

      DriverManager.getConnection("jdbc:derby:;shutdown=true");

      Attachments

        1. derby1359.diff
          1 kB
          Laura Stewart
        2. tdevdvlp20349.html
          4 kB
          Laura Stewart

        Activity

          People

            Unassigned Unassigned
            olav Olav Sandstaa
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: