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...


how to update data using store procedure



how to update data using store procedure..

Answer / sathish

create procedure <pro.name>
{
@variable declartion,,,,,
AS
if exist(select the table with condition)
BEGIN

update query

END

else

BEGIN
//insert new data
END

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Difference between .NET components and COM components?

2 Answers   Microsoft,


What is a session in asp.net?

0 Answers  


what is assembly?

4 Answers   Microsoft,


What is web.config. How many web.config files can be allowed to use in an application?

6 Answers   Accenture, HCL, InterGraph, iSoft,


Define repository pattern in asp.net mvc? : asp.net mvc

0 Answers  


What is content place holder?

0 Answers  


What is windows active directory authentication?

0 Answers  


Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc

0 Answers  


Define common type system?

0 Answers  


How to Insert a TextBox value in to Sql database using C# coding?

17 Answers   HCL, Sona, TCS,


How to deploy the Asp.Net Project ?

3 Answers  


Breifly explain about stack and heap memory Managemet?

2 Answers  


Categories