Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 28237 invoked from network); 14 Sep 2007 19:58:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Sep 2007 19:58:08 -0000 Received: (qmail 32121 invoked by uid 500); 14 Sep 2007 19:57:53 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 32092 invoked by uid 500); 14 Sep 2007 19:57:53 -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 32069 invoked by uid 99); 14 Sep 2007 19:57:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2007 12:57:53 -0700 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 amichail@gmail.com designates 66.249.92.174 as permitted sender) Received: from [66.249.92.174] (HELO ug-out-1314.google.com) (66.249.92.174) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2007 19:57:52 +0000 Received: by ug-out-1314.google.com with SMTP id s2so561815uge for ; Fri, 14 Sep 2007 12:57:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=gkI0gWvOfaH3eXRU/taXbO/Rgu2TegmLvBoXdDBkjbU=; b=CsaOo3n0Kr+o3i+tzKWG4YCcU4zFiQpp35wRIN9zkv9LweGBE3LTMwzexOA6CjBrvpx6AhTjGGk0DWZazXkrSHof+H5k0p/QSXz2E6OcVdprAnQXuX0MBECZSvD10Sv/qAUBns+HYfTjMu0KxTqOPIVYYp+pN9ZjX4MTV/JRXmw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gQAn5fNuFCkQ/f22QFxB0MimtNYr3XA36yP5tHr+f/1Yo3jVYhtStypsnndrCPQlGl0/PyJ+JLCC/uiG4NZitHwLaQXb84KLuhAobbmys/p7hBpJPJyQ6jqA0XAob+NzV8AsEp2mCTQKtHdn+85IXETtXr/bLrCczPqVBAhhez4= Received: by 10.66.216.8 with SMTP id o8mr4091570ugg.1189799830497; Fri, 14 Sep 2007 12:57:10 -0700 (PDT) Received: by 10.67.15.12 with HTTP; Fri, 14 Sep 2007 12:57:10 -0700 (PDT) Message-ID: Date: Fri, 14 Sep 2007 15:57:10 -0400 From: "Amir Michail" To: "Derby Discussion" Subject: deleting rows with dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, Is there a way to delete rows while automatically deleting other rows dependent on those rows? Amir