| Author: Nikhil Gupta 15 Jul 2004 | Member Level: Bronze Points : 0 |
hi All ! thanks for the great response to my code. but can you please Submit your Feedback here on the site instead of mailing them to me ? And Sridhar I tried mailing you but it bounced back, do u have any other mail id ?
|
| Author: challa laxman 04 Aug 2004 | Member Level: Bronze Points : 0 |
This article is very good, I need this sample. Pls send the sample examples how to use this procedure.
|
| Author: solvers 09 Oct 2004 | Member Level: Bronze Points : 0 |
I have no words to appreciate this code. The code clearly depicts the caliber you possess. This will be highly beneficial if get integrated with the coder''s code.If you can post an example to illustrate this code and how to call this function, then i will be highly beneficial to you.
|
| Author: Nikhil Gupta 09 Oct 2004 | Member Level: Bronze Points : 0 |
Allright people !
Thanks a lot for your mails. Within past one week I received like 100 mails in my inbox !! But its much better to see ur comments on the site and so can u please post them here only ? Now what do you get it u post ur comment - this funtction is just one part of a complete class I wrote from scratch that takes care of all the SQL server processing needs ! Write ur comment here and then drop in a mail to me and I shall be more than happy to pass on the code :-). Right now I am in New York but I might have to go back to India in January :-(. If any of u guys have anything that can help me with staying in US I'll be grateful !! Thanks !!
|
| Author: Lisa C 20 Oct 2004 | Member Level: Bronze Points : 0 |
This is a good example. Thanks!!
|
| Author: Shrikanth 23 Dec 2004 | Member Level: Bronze Points : 0 |
Hi It's Very Usefull Example. Keep it Up.
|
| Author: saurav gupta 05 Mar 2005 | Member Level: Bronze Points : 0 |
Like all generic pieces of code (which do have their own flaws and drawbacks) this one no exception. It's generic - and generic comes with a price all have to pay.
Man - this code will make unnecessary server trips to generate the parameter information. This is more expensive than calling the proc directly passing in the parameter values.
Though a good effort, but never use this in a real production database with thousands of consumers hitting the db server every minute. This piece of code is really going to double the workload on the server and performance hit is inevitable (make use of the profiler to see for yourself).
|
| Author: Brundaban 21 Mar 2005 | Member Level: Silver Points : 0 |
u can save from lengthy coding ,can u pls PUBLISH the function which will execute all INSERT ,UPDATE SPS.that will complete this issue i think.
|
| Author: venkatesh 01 Apr 2005 | Member Level: Bronze Points : 0 |
Hi, Please can yoou send me the Wokring version of generic stored procedure using C#. I would be gratefull to you. I need this urgently. I hope you will be keeping track of feedbacks on this artcile. I will be waiting for your reply. Thanks
|
| Author: venkatesh 07 Apr 2005 | Member Level: Bronze Points : 0 |
Hi, This code will save lot of time. If possible can you send the working version of code in C#. Please send the code to v_bhupathi@yahoo.com. Expecting a reply from you.Hope you would be keeping track of this requests. Thank you
|
| Author: bayla nussbaum 04 May 2005 | Member Level: Bronze Points : 0 |
can you please post the other part of the code?
|