David, Thanks for quick response,
On 19 Lis, 18:39, David Pollak <[email protected]> wrote: > Marcin, > > Back in SmartMode days (a Java-based precursor to Lift) we bound methods to > stored procedures, but it was pretty costly dev-wise in terms of abstracting > the way each RDBMS deals with stored procedures. > > If you (or someone else) has a nice abstraction of stored procedures that's > type safe, let's see if we can add it to Lift. > > Thanks, > > David > > > > On Thu, Nov 19, 2009 at 3:23 AM, Marcin Jurczuk <[email protected]> wrote: > > Hi group, > > > Is there a way for nice support for stored procedures in Mapper > > Framework. > > Let assume that I have database where only way to get data is stored > > procedure for example > > Instead SELECT * from user I must execute exec dbo.GET_USERS > > > How connect Mapper fields with access to them by stored procedures ? > > > A can of cource use raw/insecure SQL but then I'm loosing all Mapper > > features .. > > > Thanks in advance > > > -- > > > You received this message because you are subscribed to the Google Groups > > "Lift" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<liftweb%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/liftweb?hl=. > > -- > Lift, the simply functional web frameworkhttp://liftweb.net > Beginning Scalahttp://www.apress.com/book/view/1430219890 > Follow me:http://twitter.com/dpp > Surf the harmonics -- You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=.
