Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 53058 invoked from network); 11 Dec 2005 15:19:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Dec 2005 15:19:30 -0000 Received: (qmail 2895 invoked by uid 500); 11 Dec 2005 15:19:30 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 2543 invoked by uid 500); 11 Dec 2005 15:19:28 -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 Delivered-To: moderator for derby-user@db.apache.org Received: (qmail 39593 invoked by uid 99); 11 Dec 2005 13:09:06 -0000 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of yuvalken@gmail.com designates 64.233.162.192 as permitted sender) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=FYGMqizRgZAAbAn023d6Y4mQUIJX232Mf4f5mvE4+7RnBHqfTHeQbbfbNG38fVzbIqdNYBv10dZW7c2jXQbII+pCYLg4udiv4DQtQ+ub4b249OgVaxMt5p8XjZyvyMe/5zSb5a+UuxoG2gVan/hNSlH9eLHLyf0MhUYs4MxWdtw= Message-ID: <82dc60e00512110508u68b10785ne6d7fb2b1612e476@mail.gmail.com> Date: Sun, 11 Dec 2005 15:08:44 +0200 From: Yuval To: derby-user@db.apache.org Subject: cleaning derby db MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_26681_30607270.1134306524552" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_26681_30607270.1134306524552 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I'm using Derby db in my application. I'm starting the db by using Class.forName("org.apache.derby.jdbc.EmbeddedDriver").newInstance(); and starting ti by calling DriverManager.getConnection("jdbc:derby:aaa;create=3Dtrue"); How can I delete all the records in my db? Thanks, Y. ------=_Part_26681_30607270.1134306524552 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi,

I'm using Derby db in my application. I'm starting the db by usi= ng
Class.forName("org.apache.derby.jdbc.EmbeddedDriver").newIn= stance();

and starting ti by calling

DriverManager.getConnect= ion ("jdbc:derby:aaa;create=3Dtrue");


How can I delete all= the records in my db?

Thanks,

Y.
------=_Part_26681_30607270.1134306524552--