Michael Pavling wrote: > On 22 June 2010 07:57, Sampath Munasinghe <[email protected]> > wrote: >> I need to get status of insertions and need to create new userID inside the >> stored proc. thats why I need to use this. >> > > s/need/want/ > > Nothing there you can't do *without* resorting to SPs.
Correct. But if a SP really is the best solution in this case (there are a few such situations!), perhaps you can use find_by_sql or something to retrieve records. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

