From derby-user-return-10093-apmail-db-derby-user-archive=db.apache.org@db.apache.org Mon Nov 10 17:06:54 2008 Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 94998 invoked from network); 10 Nov 2008 17:06:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2008 17:06:53 -0000 Received: (qmail 69410 invoked by uid 500); 10 Nov 2008 17:06:59 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 69323 invoked by uid 500); 10 Nov 2008 17:06:59 -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 69312 invoked by uid 99); 10 Nov 2008 17:06:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 09:06:59 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ole.ersoy@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 17:05:40 +0000 Received: by ug-out-1314.google.com with SMTP id b39so480287ugd.15 for ; Mon, 10 Nov 2008 09:06:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=k5l1+hst/Hkvt8KHoAgt9QiB2C970vft6XyqjBM2FPQ=; b=cISxduI1VUDhiyCCxEdJ3HyF2AA6Cw4NsPMX6w6dGzEGUNEN1/nCK+kcSFQjW+DfWu 2GgveCvKb5SO2TyLMoc+a5qLZTAmPcUOd9rHot+QgvFuyJ+3A46nUwJJd54vKmSEel4R wEHyGBtzicJJ8EV2+vVpAVdOv5RwCfKD3k5kA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=D7iK+az/0ISAtm+NUo6bWZnFIsNq22EqwOFDdJZaUP3xPsPL2FhP26QFy8Gg3egjFl LEwrM7f3S/D3FhLiivu1aG8CKd1G2Bb2KAzX59otgVUy4qBSDMq9pOq9fXmLJMm1ENis PnNxiRl0tcFQpdnMj1wPX63FOzb3B9oa4ep1w= Received: by 10.67.123.8 with SMTP id a8mr2211862ugn.74.1226336772511; Mon, 10 Nov 2008 09:06:12 -0800 (PST) Received: from localhost.localdomain (c-98-228-235-13.hsd1.il.comcast.net [98.228.235.13]) by mx.google.com with ESMTPS id j27sm3947294ugc.44.2008.11.10.09.06.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 10 Nov 2008 09:06:11 -0800 (PST) Message-ID: <49186A00.8020404@gmail.com> Date: Mon, 10 Nov 2008 11:06:08 -0600 From: Ole Ersoy User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Derby Discussion Subject: Re: DatabaseMetaData.getTables() resultset empty? References: <491796AA.1070808@gmail.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Dyre, Thanks for the example! After running and examining it a little more I noticed I was checking the wrong ResultSet (resultset, instead of resultset2). I put a list of examples that work in the reply to Suavi, for other's following the thread. Thanks again! - Ole