A Good Wrapper for Stored Procedures (T-SQL)?

  • Thread starter Thread starter webdevaccount
  • Start date Start date
W

webdevaccount

Hi,

I'm looking for an that can create wrapper classes that encapsulate my
T-SQL stored procs
Any suggestions?

Thank you!

Regards,

Jim
 
Hello (e-mail address removed),

just create data layer for your SP. VS hepls u with generating classes.
See there the description http://www.asp.net/learn/dataaccess/tutorial01vb.aspx?tabid=63

---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

w> Hi,
w>
w> I'm looking for an that can create wrapper classes that encapsulate
w> my
w> T-SQL stored procs
w> Any suggestions?
w> Thank you!
w>
w> Regards,
w>
w> Jim
w>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top