yes, that would work. My comment was regarding multiple result set from one SP
On Thu, Jan 29, 2009 at 3:21 PM, Bill Pierce <[email protected]> wrote: > > I presumed Ken meant to submit this as single MultiQuery with three > Queries. > > On Thu, Jan 29, 2009 at 12:17 PM, Ayende Rahien <[email protected]> wrote: > > It wouldn't work. > > You would need to hack it with an empty multi query. > > > > 2009/1/29 Bill Pierce <[email protected]> > >> > >> I haven't, but I have no reason to believe it wouldn't work. > >> > >> I would still consider the above a bug because what happens if I > >> execute a single sproc that returns multiple result sets? > >> > >> On Thu, Jan 29, 2009 at 11:56 AM, Ken Egozi <[email protected]> wrote: > >> > have you tried this with multi-query? > >> > > >> > On Thu, Jan 29, 2009 at 8:30 PM, Bill Pierce <[email protected]> > wrote: > >> >> > >> >> NH 2.1.0.1001 > >> >> > >> >> session.CreateSQLQuery("EXEC Sproc1; EXEC Sproc2; EXEC > >> >> Sproc3;").List().Count == 1 > >> >> > >> >> Only the results of Sproc1 are returned. > >> >> > >> >> Is this a bug or am I doing something incorrectly? > >> >> > >> >> Thanks, > >> >> -Bill > >> >> > >> >> > >> > > >> > > >> > > >> > -- > >> > Ken Egozi. > >> > http://www.kenegozi.com/blog > >> > http://www.delver.com > >> > http://www.musicglue.com > >> > http://www.castleproject.org > >> > http://www.gotfriends.co.il > >> > > >> > > > >> > > >> > >> > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
