Return-Path: X-Original-To: apmail-db-derby-user-archive@www.apache.org Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF4B06A50 for ; Sat, 6 Aug 2011 14:56:34 +0000 (UTC) Received: (qmail 22471 invoked by uid 500); 6 Aug 2011 14:56:34 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 22410 invoked by uid 500); 6 Aug 2011 14:56:33 -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 22399 invoked by uid 99); 6 Aug 2011 14:56:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Aug 2011 14:56:32 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bpendleton.derby@gmail.com designates 209.85.210.45 as permitted sender) Received: from [209.85.210.45] (HELO mail-pz0-f45.google.com) (209.85.210.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Aug 2011 14:56:24 +0000 Received: by pzk33 with SMTP id 33so3250116pzk.18 for ; Sat, 06 Aug 2011 07:56:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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; bh=dZleVSgt1hmbul2gIdxfPnhpEaLeGWJgisalbxiGBo8=; b=ZhqQCXoieqsm96gvdmNLZZne8FU2TgfvTEljoPSOHdbYo8/jUezdVJgyvUmmMjK7eu OY+vuiwhMXOQhpA7e5X2zK+8S+emJxMTonsHM5REflvY76DpOC3P+u+Wl6Z/fto3Tfe2 Q1wMWjNSy9ez/fU7V6oJyrsuR/UakZuZwMKqA= Received: by 10.142.117.42 with SMTP id p42mr3364009wfc.264.1312642564379; Sat, 06 Aug 2011 07:56:04 -0700 (PDT) Received: from [192.168.0.102] (c-67-170-231-73.hsd1.ca.comcast.net [67.170.231.73]) by mx.google.com with ESMTPS id m7sm4235260pbk.54.2011.08.06.07.56.03 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 06 Aug 2011 07:56:03 -0700 (PDT) Message-ID: <4E3D55FE.8010707@gmail.com> Date: Sat, 06 Aug 2011 07:55:58 -0700 From: Bryan Pendleton User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 MIME-Version: 1.0 To: Derby Discussion Subject: Re: How to run programs with Derby as a database References: <4E3CF9C7.3040501@spezifikum.com> In-Reply-To: <4E3CF9C7.3040501@spezifikum.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit >> I am getting error that database 'wombat' not found. You can specify ";create=true" at the end of your connection URL and then Derby will automatically create the database for you. thanks, bryan