Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

In a stored procedure 4 select stmts there.If error comes in
one select stmt will remaining normally executes?

Answer Posted / rajesh

Hi Guys
If any sql statements throws an error in the stored
procedure it just ignore the error and the control is passed
to the next statement,But in the case of function if any sql
statements throws any error it won't executes.

Ans:yes

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we use delegates in c#?

915


What is alias in c#?

957


What is the purpose of private constructor in c#?

1000


What is difference between const and static in c#?

993


Where do we set the min and max pool size for connection pooling?

982


What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?

988


How do you implement thread synchronization in c#?

900


For methods inside the interface why can’t you specify the accessibility modifier?

959


Could you explain the difference between func vs action vs predicate?

873


Why is xml called extensible?

883


Where is the keyword void used?

940


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

4368


What is difference between field and property in c#?

836


What is trim in c#?

1012


What is the namespace for the thread class?

958