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 |
Explain the advantages of passport authentication.
What is Web Application?
What is the Difference B/W Finalize() and Dispose() in .Net?
12 Answers HCL, IBM,
How to Insert a TextBox value in to Sql database using C# coding?
17 Answers HCL, Sona, TCS,
What are triggers of an updatepanel?
How to display validation messages in one control?
What are the contents of cookie?
Can I stream live content/events?
Can asp.net work on an nt server?
Is it possible to change the index of primary key on table?
How do you store a value in viewstate and retrieve them?
How you can access the values from the Repeater control in ASP.NET?