"Stored Procedure Object Interface Layer (SPOIL)"
“Brief Description
SPOIL essentially creates an objected-oriented (OO) layer on the database so the application can stay in the OO paradigm."
Overview
Sample code for the Stored Procedure Object Interface Layer (SPOIL). This creates an object abstraction over SQL stored procedures providing applications with an object view of the data layer.”
I don’t know what this is, but I like the name… ;)
Since I’m in the “Stored Procedures are Good” camp, I’m checking it out now.
6 comments:
Very cool. Thank you...
BTW, here is the url for the paper with documentation.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/bdadotnetasync1.asp
It helps to put the link to the right page.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/SPOIL.asp
lol... I was wondering...
Thanks for the clarification.
how efficient is this if iam using this with ORACLE.
I can't say, I'm pretty much 100% SQL Server
Post a Comment