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 D818B10770 for ; Mon, 12 Aug 2013 09:01:13 +0000 (UTC) Received: (qmail 73701 invoked by uid 500); 12 Aug 2013 09:01:13 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 72411 invoked by uid 500); 12 Aug 2013 09:01:06 -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 72404 invoked by uid 99); 12 Aug 2013 09:01:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Aug 2013 09:01:02 +0000 X-ASF-Spam-Status: No, hits=0.9 required=5.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: encountered temporary error during SPF processing of domain of samuele.bagatin@jpmorgan.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Aug 2013 09:00:57 +0000 Received: from tom.nabble.com ([192.168.236.105]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1V8nz5-0004r4-SQ for derby-user@db.apache.org; Mon, 12 Aug 2013 02:00:15 -0700 Date: Mon, 12 Aug 2013 02:00:15 -0700 (PDT) From: Vargan To: derby-user@db.apache.org Message-ID: <1376298015873-133120.post@n7.nabble.com> In-Reply-To: <52029254.3050600@oracle.com> References: <1375882630699-133073.post@n7.nabble.com> <52029254.3050600@oracle.com> Subject: Re: Cursor as out parameter in stored function MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Rick, thanks for your answer. Unfortunately, what I'm trying to do is convert existing unit tests from a physical database to the derby memory, and I can't change the java code to make it works with a different solution. For this reason, I need that a stored procedure need to returns a cursor as an output parameter. If I have correctly understood, this is not possible. Thank you again for your help! Samuele -- View this message in context: http://apache-database.10148.n7.nabble.com/Cursor-as-out-parameter-in-stored-function-tp133073p133120.html Sent from the Apache Derby Users mailing list archive at Nabble.com.