Query the results from a stored procedure
December 10th, 2007
I have some databases that use stored procedures for various functions, they return sets of data and I needed to query this resulting data. Found this good site on how to do it.
Posted by mikel
Filed in SQL Server and Rails
Recent Articles
Latest comments
- Dan Manges
+1. If you’re doing the same thing a few times, it’s not a problem to duplicate it. If you’re doing...
- Zach Dennis
David, I’m a little surprised by your response, seeing as you’re an advocate of outside-in development. How can you blackbox...
- Mikel
@david…
OOoooooooooooo…..............
Who’s ya daddy?!
Nice.
- David Chelimsky
I’m kind of with Mikel on this one from a philosophical stance – black box testing is less brittle.
But...
- David Chelimsky
Mikel – have you seen the ObjectDaddy library at http://github.com/flogic/object_daddy? It solves the same problem you’re solving here in a...
Leave a Reply