Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 39573 invoked from network); 13 Jul 2009 18:30:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jul 2009 18:30:43 -0000 Received: (qmail 20395 invoked by uid 500); 13 Jul 2009 18:30:53 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 20344 invoked by uid 500); 13 Jul 2009 18:30:52 -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 20332 invoked by uid 99); 13 Jul 2009 18:30:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 18:30:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 18:30:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6C8B72388866; Mon, 13 Jul 2009 18:30:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r793651 - /db/derby/docs/branches/10.5/src/adminguide/cadminappsclient.dita Date: Mon, 13 Jul 2009 18:30:30 -0000 To: derby-commits@db.apache.org From: kmarsden@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090713183030.6C8B72388866@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kmarsden Date: Mon Jul 13 18:30:30 2009 New Revision: 793651 URL: http://svn.apache.org/viewvc?rev=793651&view=rev Log: DERBY-4034 Document database name and attribute length and character set limitations for network client Modified: db/derby/docs/branches/10.5/src/adminguide/cadminappsclient.dita Modified: db/derby/docs/branches/10.5/src/adminguide/cadminappsclient.dita URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.5/src/adminguide/cadminappsclient.dita?rev=793651&r1=793650&r2=793651&view=diff ============================================================================== --- db/derby/docs/branches/10.5/src/adminguide/cadminappsclient.dita (original) +++ db/derby/docs/branches/10.5/src/adminguide/cadminappsclient.dita Mon Jul 13 18:30:30 2009 @@ -32,6 +32,19 @@ where the <URL attribute> is either a embedded or network client attribute.

+ +

+For both driver and DataSource access, the database name (including path), +user, password and other attribute values must consist of single-byte +characters that can be converted to EBCDIC. The total byte length of the +database name plus attributes when converted to EBCDIC must not exceed 255 +bytes. You may be able to work around this restriction for long paths or +paths that include multibyte characters by setting the +derby.system.home system property when starting Network +Server and accessing the database with a relative path that is shorter and +does not include multibyte characters. +

+ Standard JDBC DataSource properties