Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 19350 invoked from network); 29 Jun 2005 11:10:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jun 2005 11:10:52 -0000 Received: (qmail 70323 invoked by uid 500); 29 Jun 2005 11:10:46 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 70075 invoked by uid 500); 29 Jun 2005 11:10:39 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 70038 invoked by uid 99); 29 Jun 2005 11:10:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2005 04:10:37 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.182.145] (HELO e5.ny.us.ibm.com) (32.97.182.145) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2005 04:10:40 -0700 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e5.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id j5TBAZdE005093 for ; Wed, 29 Jun 2005 07:10:35 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay04.pok.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id j5TBAYLj221312 for ; Wed, 29 Jun 2005 07:10:34 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11/8.13.3) with ESMTP id j5TBAY62011529 for ; Wed, 29 Jun 2005 07:10:34 -0400 Received: from [127.0.0.1] (sig-9-48-107-182.mts.ibm.com [9.48.107.182]) by d01av03.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j5TBAUmI011427 for ; Wed, 29 Jun 2005 07:10:34 -0400 Message-ID: <42C281A4.40106@sbcglobal.net> Date: Wed, 29 Jun 2005 04:10:28 -0700 From: Kathey Marsden User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Discussion Subject: Re: derby and squirrel sql JDBC client References: <9050eba898085165d78f6b99f31f3aef@sun.com> <20050629105149.GA17253@atum01.norway.sun.com> In-Reply-To: <20050629105149.GA17253@atum01.norway.sun.com> X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Bernt M. Johnsen wrote: >Some experimenting shows that the NetworkClient implicitely closes the >resultset when rs.next() moves beyond the alst row, so >e.g. rs.getMetaData() will fail with the given operation. > >I would call this a bug in the network client driver. I'll file an >JIRA issue on it. > > > This is DERBY-213