Return-Path: Delivered-To: apmail-ibatis-user-cs-archive@www.apache.org Received: (qmail 73198 invoked from network); 15 Aug 2006 03:43:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Aug 2006 03:43:08 -0000 Received: (qmail 93051 invoked by uid 500); 15 Aug 2006 03:43:08 -0000 Delivered-To: apmail-ibatis-user-cs-archive@ibatis.apache.org Received: (qmail 93034 invoked by uid 500); 15 Aug 2006 03:43:08 -0000 Mailing-List: contact user-cs-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-cs@ibatis.apache.org Delivered-To: mailing list user-cs@ibatis.apache.org Received: (qmail 93021 invoked by uid 99); 15 Aug 2006 03:43:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 20:43:08 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mike.schall@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 20:43:07 -0700 Received: by nf-out-0910.google.com with SMTP id x30so186283nfb for ; Mon, 14 Aug 2006 20:42:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bJ76KrA7JD2oQJWFpYXxSNRg8d2dCdwkxZgTdK5wgyruBcu8ClTJTBs/ZqyoPas+pSbm+olqWK+UuiJY3ZPYkDuEkgeusLywSQoWx3CC0hSgBCttbOEpocu1ZcMzHCrxdwQI7aaYV+JjmT5G8v4zTphHV9/oleszePf2T2U+ytA= Received: by 10.48.48.15 with SMTP id v15mr740336nfv; Mon, 14 Aug 2006 20:42:46 -0700 (PDT) Received: by 10.78.149.17 with HTTP; Mon, 14 Aug 2006 20:42:46 -0700 (PDT) Message-ID: <5f9068320608142042i550f95f4yf70b40f4e9f45e77@mail.gmail.com> Date: Mon, 14 Aug 2006 22:42:46 -0500 From: "Michael Schall" To: user-cs@ibatis.apache.org Subject: Re: how to map multiple result sets in .net In-Reply-To: <16178eb10608142009v5a86fcdam3ceba2906d9295fd@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <140c22fc0608141736q5262e817mb11c6dc4a2c71f02@mail.gmail.com> <16178eb10608142009v5a86fcdam3ceba2906d9295fd@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I would love to see this functionality added!!! On 8/14/06, Clinton Begin wrote: > > We just implemented it in the Java version. It was quite a mess to > implement, due to the current over-layered design (my fault) but not > impossible. Something similar could be done for the C# implementation. I > can point you to the SVN change log if you'd like to see what I did. > > Cheers, > Clinton > > > > On 8/14/06, Rivaaj Jumna wrote: > > > > Hi > > > > I've been testing out ibatis.net and it looks really good. My one > stumbling block is how to handle stored procedures returning multiple result > sets? Given my limited use of the data mapper, I'm not quite sure how to > accomplish this. Any help is appreciated. > > > > Regards > > > > Rivaaj > > > >