In a stored procedure 4 select stmts there.If error comes in
one select stmt will remaining normally executes?
Answer Posted / ramesh
Yes ... It will execute the remaining statements. This is
one of the difference between stored procedure and function
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the resgen.exe tool used for?
What is default constructor c#?
What is view model in c#?
What are assemblies?
Can you pass parameters to destructors?
What are anonymous functions in c#?
Is c# slower than java?
What is desktop GUI application?
What do you mean by saying a "class is a reference type"?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
Can a string be null c#?
How do you set a class path?
What is difference between float and integer?
What is default access modifier for class in c#?
What is data adapter in c#?