In a stored procedure 4 select stmts there.If error comes in
one select stmt will remaining normally executes?
Answer Posted / venkatesh
@Kanan. Yes it ll execute. It is based on the sp.
For Example In that SP first two table have no error and the third table have error means ,
It ll give the First two tables results set then 3rd one ll show error,but it ll not show the 4th table results
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is thread life cycle in c#?
Where is c# compiler located?
If a method's return type is void, can you use a return keyword in the method?
What is an expression in c#?
What are accessors?
Explain lock, monitors, and mutex object in threading.
How do you read an Excel sheet in C#?
What is the use of getcommandlineargs() method in c#.net?
What is the difference between properties and indexer in c#?
What is serialization of data?
What does void mean in c#?
What is strongly typed in c#?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
Enlist all the components of an ado.net framework?
Explain About remoting and web services. Difference between them