Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 77124 invoked from network); 7 Jul 2009 12:54:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jul 2009 12:54:21 -0000 Received: (qmail 36782 invoked by uid 500); 7 Jul 2009 12:54:31 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 36758 invoked by uid 500); 7 Jul 2009 12:54:31 -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 36750 invoked by uid 99); 7 Jul 2009 12:54:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 12:54:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 12:54:22 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MOABM-0000Og-89 for derby-user@db.apache.org; Tue, 07 Jul 2009 05:54:01 -0700 Message-ID: <24372778.post@talk.nabble.com> Date: Tue, 7 Jul 2009 05:54:00 -0700 (PDT) From: sivagururaja To: derby-user@db.apache.org Subject: Close Derby DB MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: sivagururaja@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi All, I am using Derby DB version 10_5_1_1 and NetBeans 6.5. My problem is, I am not able to properly close the database connection. I am creating a connection, statement and record set for fetching a records from a table. After wards, i am closing record set, statement and finally the connection objects. But still the tmp and db.lck files exits. How can i properly close the connection? Regards Sivagururaja. -- View this message in context: http://www.nabble.com/Close-Derby-DB-tp24372778p24372778.html Sent from the Apache Derby Users mailing list archive at Nabble.com.