Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 61469 invoked from network); 2 Sep 2006 08:28:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Sep 2006 08:28:51 -0000 Received: (qmail 64218 invoked by uid 500); 2 Sep 2006 08:28:51 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 64183 invoked by uid 500); 2 Sep 2006 08:28:51 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 64172 invoked by uid 99); 2 Sep 2006 08:28:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Sep 2006 01:28:51 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Sep 2006 01:28:50 -0700 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id D37BDD495A for ; Sat, 2 Sep 2006 09:28:29 +0100 (BST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Sat, 02 Sep 2006 08:28:29 -0000 Message-ID: <20060902082829.19613.38673@ajax.apache.org> Subject: [Db-derby Wiki] Update of "ReferenceManualTenTwo" by MamtaSatoor X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by MamtaSatoor: http://wiki.apache.org/db-derby/ReferenceManualTenTwo ------------------------------------------------------------------------------ ||'''Sub Section''' || '''HTML Url''' or '''PDF Page''' || '''Reviewer'''|| '''Comment''' ||'''Resolution''' || || || || || || || ||Derby database connection URL syntax || [http://db.apache.org/derby/docs/10.2/ref/ref-single.html#N2D4F2] || Mamta || The syntax of the database connection URL shows databasename as optional. Is that correct? I tried following in ij connect 'jdbc:derby:'; and got exception ERROR XJ004: Database '' not found. || || + ||Attributes of the Derby database connection URL || [http://db.apache.org/derby/docs/10.2/ref/ref-single.html#N2D6D9] || Mamta || This section has 3 examples of setting attributes on database connection URL using Java. One minor suggestion is we should use Java commenting scheme ie /*..*/ instead of -- in this sample code. || || [[Anchor(settingattr)]]'''Setting attributes for the database connection URL: '''