Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4057730

Typo in JDBC getting started page on Statement page

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.1.3
    • 1.1
    • docs
    • None
    • b01
    • sparc
    • solaris_2.5
    • Verified

      From: ###@###.### Sat May 10 09:55:31 1997
      To: ###@###.###
      Subject: Typo

      Going to the 'Getting Started' pages for the JDBC in the Statement page URL
      as follows:

      http://www.javasoft.com:80/products/jdk/1.1/docs/guide/jdbc/getstart/statement.doc.html#999770

      There is the following which has imbalanced quotes:

      ResultSet rs = stmt.executeQuery("SELECT a, b, c FROM Table2);

      It should be

      ResultSet rs = stmt.executeQuery("SELECT a, b, c FROM Table2");

      Hope this helps,

      Dan Joshi

            asommere Alan Sommerer (Inactive)
            dkramersunw Douglas Kramer (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: