Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OOP Stored Proc classes 1

Status
Not open for further replies.

JohnnyLong

Programmer
Sep 27, 2002
97
GB
I'm a .net newbie & I would like to know if it's possible to write update, insert & delete classes for stored procs. ie tblCandidate has an update, insert & delete class which can handle different parameters depending on where it's called from. Does anyone have any good links to show the best way of doing this?
Many thanks,
John.
 
check out the following:

penny1.gif
penny1.gif

The answer to getting answered -- faq855-2992
 
Thank you so much for that. Do you have any positive experience of this generator? I will be using vb.net not c#, will I have any issues with mixing code?

Thanks,

John.
 
No, I don't use these classes, as I have my own that are customized to my needs, but I have heard good things, and from what I read, it sounds like a solid product.

No, you'll have no issues mixing code. C# will run right along side of VB.NET will run right along side of any other .NET language. That's one of the beauties of .NET.

good luck! :)
paul
penny1.gif
penny1.gif

The answer to getting answered -- faq855-2992
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top