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 <mjurc...@gmail.com> 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 lift...@googlegroups.com.
> To unsubscribe from this group, send email to
> liftweb+unsubscr...@googlegroups.com<liftweb%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/liftweb?hl=.
>
>
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://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 lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=.


Reply via email to