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 850846A97 for ; Tue, 28 Jun 2011 13:32:34 +0000 (UTC) Received: (qmail 97105 invoked by uid 500); 28 Jun 2011 13:32:34 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 97007 invoked by uid 500); 28 Jun 2011 13:32: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 97000 invoked by uid 99); 28 Jun 2011 13:32:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 13:32:33 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [148.87.113.121] (HELO rcsinet10.oracle.com) (148.87.113.121) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 13:32:23 +0000 Received: from rtcsinet22.oracle.com (rtcsinet22.oracle.com [66.248.204.30]) by rcsinet10.oracle.com (Switch-3.4.4/Switch-3.4.2) with ESMTP id p5SDVxKk013090 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 28 Jun 2011 13:32:01 GMT Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by rtcsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p5SDVwS6015993 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 28 Jun 2011 13:31:59 GMT Received: from abhmt106.oracle.com (abhmt106.oracle.com [141.146.116.58]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p5SDVreh013330 for ; Tue, 28 Jun 2011 08:31:53 -0500 Received: from richard-hillegas-computer.local (/10.159.18.159) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 28 Jun 2011 06:31:52 -0700 Message-ID: <4E09D7C7.1080607@oracle.com> Date: Tue, 28 Jun 2011 06:31:51 -0700 From: Rick Hillegas User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: Derby Discussion Subject: Re: stored procedure tutorial help References: <31945511.post@talk.nabble.com> In-Reply-To: <31945511.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: rtcsinet22.oracle.com [66.248.204.30] X-CT-RefId: str=0001.0A090204.4E09D7D2.000B:SCFSTAT5015188,ss=1,re=-4.000,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org On 6/28/11 4:45 AM, IkeAbalogu wrote: > I am trying to find websites with tutorial on derby stored procedures.i find > the reference manual article confusing. > Thanks There is also some material in the Developer's Guide: http://db.apache.org/derby/docs/10.8/devguide/devguide-single.html#cdevspecial ...and some material on the Derby wiki: http://wiki.apache.org/db-derby/DerbySQLroutines In addition, the Derby scores demo shows how to write functions and procedures. In your Derby release, look at demo/programs/scores/README Hope this helps, -Rick