Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Method to execute when calling SQL store procedure
Message
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01544709
Message ID:
01544713
Views:
29
>>Hi,
>>
>>I have a "generic" method (of data class) that call SQL Server stored procedure (from .NET code). I now realize that sometimes I need to execute ExecuteNonQuery() and other times ExecuteScalar(). I am going to change my code and pass to this generic method a parameter indicating which method to execute. Or do you think it is better to have two separate methods, one for ExecuteNonQuery() and another for ExecuteScalar?
>>Thanks in advance for any suggestions or input.
>
>I think it's better to have 2 separate methods.

Thank you. I think it makes sense too.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform